#886804

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

Shades of Golden Brown #886804

Tints of Golden Brown #886804

Color information

#886804 (or 0x886804) is unknown color: approx Golden Brown. HEX triplet: 88, 68 and 04. RGB value is (136,104,4). Sum of RGB (Red+Green+Blue) = 136+104+4=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886804 is #7797FB. Grayscale: #666666. Windows color (decimal): -7837692 or 288904. OLE color: 288904.

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

Color convert

RGB1361044-
CMYK00.240.970.47
HSL45.45º94.29%27.45%-
HSV(B)45.45º97.06%53.33%-
XYZ15.1315.142.24-
YUV102.1772.6152.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=55.74%
G=42.62%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136104400.240.970.4745.4594.2927.45
Hex88684018612F2d5e1b
Octal2101504030141575513633
Binary1000100011010001000110001100001101111101101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886804; }

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

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

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

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

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

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

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

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