#886204

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

Shades of Golden Brown #886204

Tints of Golden Brown #886204

Color information

#886204 (or 0x886204) is unknown color: approx Golden Brown. HEX triplet: 88, 62 and 04. RGB value is (136,98,4). Sum of RGB (Red+Green+Blue) = 136+98+4=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #886204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886204 is #779DFB. Grayscale: #636363. Windows color (decimal): -7839228 or 287368. OLE color: 287368.

HSL color Cylindrical-coordinate representation of color #886204: hue angle of 42.73º 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 #886204 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB136984-
CMYK00.280.970.47
HSL42.73º94.29%27.45%-
HSV(B)42.73º97.06%53.33%-
XYZ14.5413.982.05-
YUV98.6574.59154.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.14%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=57.14%
G=41.18%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13698400.280.970.4742.7394.2927.45
Hex8862401C612F2b5e1b
Octal2101424034141575313633
Binary1000100011000101000111001100001101111101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886204; }

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

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

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

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

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

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

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

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