#866804

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

Shades of Golden Brown #866804

Tints of Golden Brown #866804

Color information

#866804 (or 0x866804) is unknown color: approx Golden Brown. HEX triplet: 86, 68 and 04. RGB value is (134,104,4). Sum of RGB (Red+Green+Blue) = 134+104+4=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #866804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866804 is #7997FB. Grayscale: #666666. Windows color (decimal): -7968764 or 288902. OLE color: 288902.

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

Color convert

RGB1341044-
CMYK00.220.970.47
HSL46.15º94.2%27.06%-
HSV(B)46.15º97.01%52.55%-
XYZ14.814.982.23-
YUV101.5772.94151.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=55.37%
G=42.98%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134104400.220.970.4746.1594.227.06
Hex86684016612F2e5e1b
Octal2061504026141575613633
Binary1000011011010001000101101100001101111101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866804; }

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

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

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

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

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

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

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

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