Html Css Color HEX #866104 Golden Brown

📋 copy color: '#866104'

red 134 ◦ green 97 ◦ blue 4

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

Shades of Golden Brown #866104

Tints of Golden Brown #866104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 57.02%
G = 41.28%
B = 1.7%

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

#866104 (or 0x866104) is known color: Golden Brown. HEX triplet: 86, 61 and 04. RGB value is (134,97,4). Sum of RGB (Red+Green+Blue) = 134+97+4=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #866104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866104 is #799EFB. Grayscale: #616161. Windows color (decimal): -7970556 or 287110. OLE color: 287110.

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

Color convert

RGB 134 97 4 -
CMYK 0 0.28 0.97 0.47
HSL 42.92º 0.94% 0.27% -
HSV(B) 42.92º 0.97% 0.53% -
XYZ 14.13 13.63 2 -
YUV 97.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 134 97 4 0 0.28 0.97 0.47 42.92 0.94 0.27
Hex 86 61 4 0 1C 61 2F 2B 5E 1B
Octal 206 141 4 0 34 141 57 53 136 33
Binary 10000110 1100001 100 0 11100 1100001 101111 101011 1011110 11011

Color Harmonies of #866104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866104

Black with #866104

Text Example


Text Example

White with #866104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866104; }

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

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

background-color css

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

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

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

border-color css

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

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

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