#882606

Color #882606 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #882606

Tints of Falu Red #882606

Color information

#882606 (or 0x882606) is unknown color: approx Falu Red. HEX triplet: 88, 26 and 06. RGB value is (136,38,6). Sum of RGB (Red+Green+Blue) = 136+38+6=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882606 is #77D9F9. Grayscale: #3F3F3F. Windows color (decimal): -7854586 or 403080. OLE color: 403080.

HSL color Cylindrical-coordinate representation of color #882606: hue angle of 14.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #882606 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136386-
CMYK00.720.960.47
HSL14.77º91.55%27.84%-
HSV(B)14.77º95.59%53.33%-
XYZ10.886.630.88-
YUV63.6595.47179.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 75.56%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=75.56%
G=21.11%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13638600.720.960.4714.7791.5527.84
Hex88266048602Ff5c1c
Octal2104660110140571713434
Binary100010001001101100100100011000001011111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882606; }

 p { color: rgb(136,38,6); }

 H1.HeaderClassName
 {
   color: #882606;
 }
 .AnyTagClassName
 {
   color: #882606;
 }
</style>
background-color css

<style>
 a { background-color: #882606; }

 a { background-color: rgb(136,38,6); }

 div.DivClassName
 {
   background-color: #882606;
 }
 .BgClassName
 {
   background-color: #882606;
 }
</style>
border-color css

<style>
 span { border-color: #882606; }

 span { border-color: rgb(136,38,6); }

 td.TdClassName
 {
   border-color: #882606;
 }
 .TagClassName
 {
   border-color: #882606;
 }
</style>