Html Css Color HEX #866204 Golden Brown

📋 copy color: '#866204'

red 134 ◦ green 98 ◦ blue 4

#866204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #866204

Tints of Golden Brown #866204

RGB

 RED value IS 134 (52.73% from 255) = 56.78%

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 56.78%
G = 41.53%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866204 (or 0x866204) is known color: Golden Brown. HEX triplet: 86, 62 and 04. RGB value is (134,98,4). Sum of RGB (Red+Green+Blue) = 134+98+4=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #866204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866204 is #799DFB. Grayscale: #626262. Windows color (decimal): -7970300 or 287366. OLE color: 287366.

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

Color convert

RGB 134 98 4 -
CMYK 0 0.27 0.97 0.47
HSL 43.38º 0.94% 0.27% -
HSV(B) 43.38º 0.97% 0.53% -
XYZ 14.22 13.81 2.03 -
YUV 98.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 134 98 4 0 0.27 0.97 0.47 43.38 0.94 0.27
Hex 86 62 4 0 1B 61 2F 2B 5E 1B
Octal 206 142 4 0 33 141 57 53 136 33
Binary 10000110 1100010 100 0 11011 1100001 101111 101011 1011110 11011

Color Harmonies of #866204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866204

Black with #866204

Text Example


Text Example

White with #866204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866204; }

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

 H1.HeaderClassName
 {
   color: #866204;
 }
 .AnyTagClassName
 {
   color: #866204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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