Html Css Color HEX #866004 Golden Brown

📋 copy color: '#866004'

red 134 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #866004

Tints of Golden Brown #866004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 57.26%
G = 41.03%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866004 (or 0x866004) is known color: Golden Brown. HEX triplet: 86, 60 and 04. RGB value is (134,96,4). Sum of RGB (Red+Green+Blue) = 134+96+4=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #866004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866004 is #799FFB. Grayscale: #616161. Windows color (decimal): -7970812 or 286854. OLE color: 286854.

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

Color convert

RGB 134 96 4 -
CMYK 0 0.28 0.97 0.47
HSL 42.46º 0.94% 0.27% -
HSV(B) 42.46º 0.97% 0.53% -
XYZ 14.04 13.44 1.97 -
YUV 96.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 134 96 4 0 0.28 0.97 0.47 42.46 0.94 0.27
Hex 86 60 4 0 1C 61 2F 2A 5E 1B
Octal 206 140 4 0 34 141 57 52 136 33
Binary 10000110 1100000 100 0 11100 1100001 101111 101010 1011110 11011

Color Harmonies of #866004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866004

Black with #866004

Text Example


Text Example

White with #866004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866004; }

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

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

background-color css

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

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

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

border-color css

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

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

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