#866404

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

Shades of Golden Brown #866404

Tints of Golden Brown #866404

Color information

#866404 (or 0x866404) is unknown color: approx Golden Brown. HEX triplet: 86, 64 and 04. RGB value is (134,100,4). Sum of RGB (Red+Green+Blue) = 134+100+4=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #866404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866404 is #799BFB. Grayscale: #636363. Windows color (decimal): -7969788 or 287878. OLE color: 287878.

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

Color convert

RGB1341004-
CMYK00.250.970.47
HSL44.31º94.2%27.06%-
HSV(B)44.31º97.01%52.55%-
XYZ14.4114.192.09-
YUV99.2274.26152.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=56.30%
G=42.02%
B=1.68%

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
Decimal134100400.250.970.4744.3194.227.06
Hex86644019612F2c5e1b
Octal2061444031141575413633
Binary1000011011001001000110011100001101111101100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866404; }

 p { color: rgb(134,100,4); }

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

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

 a { background-color: rgb(134,100,4); }

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

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

 span { border-color: rgb(134,100,4); }

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