#886604

Color #886604 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #886604

Tints of Golden Brown #886604

Color information

#886604 (or 0x886604) is unknown color: approx Golden Brown. HEX triplet: 88, 66 and 04. RGB value is (136,102,4). Sum of RGB (Red+Green+Blue) = 136+102+4=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #886604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886604 is #7799FB. Grayscale: #656565. Windows color (decimal): -7838204 or 288392. OLE color: 288392.

HSL color Cylindrical-coordinate representation of color #886604: hue angle of 44.55º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #886604 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB1361024-
CMYK00.250.970.47
HSL44.55º94.29%27.45%-
HSV(B)44.55º97.06%53.33%-
XYZ14.9314.752.17-
YUV100.9973.26152.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=56.20%
G=42.15%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136102400.250.970.4744.5594.2927.45
Hex88664019612F2d5e1b
Octal2101464031141575513633
Binary1000100011001101000110011100001101111101101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886604; }

 p { color: rgb(136,102,4); }

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

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

 a { background-color: rgb(136,102,4); }

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

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

 span { border-color: rgb(136,102,4); }

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