Html Css Color HEX #866604 Golden Brown

📋 copy color: '#866604'

red 134 ◦ green 102 ◦ blue 4

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

Shades of Golden Brown #866604

Tints of Golden Brown #866604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

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

R = 55.83%
G = 42.5%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#866604 (or 0x866604) is known color: Golden Brown. HEX triplet: 86, 66 and 04. RGB value is (134,102,4). Sum of RGB (Red+Green+Blue) = 134+102+4=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #866604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866604 is #7999FB. Grayscale: #646464. Windows color (decimal): -7969276 or 288390. OLE color: 288390.

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

Color convert

RGB 134 102 4 -
CMYK 0 0.24 0.97 0.47
HSL 45.23º 0.94% 0.27% -
HSV(B) 45.23º 0.97% 0.53% -
XYZ 14.6 14.58 2.16 -
YUV 100.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 134 102 4 0 0.24 0.97 0.47 45.23 0.94 0.27
Hex 86 66 4 0 18 61 2F 2D 5E 1B
Octal 206 146 4 0 30 141 57 55 136 33
Binary 10000110 1100110 100 0 11000 1100001 101111 101101 1011110 11011

Color Harmonies of #866604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866604

Black with #866604

Text Example


Text Example

White with #866604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866604; }

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

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

background-color css

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

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

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

border-color css

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

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

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