Html Css Color HEX #866006 Golden Brown

📋 copy color: '#866006'

red 134 ◦ green 96 ◦ blue 6

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

Shades of Golden Brown #866006

Tints of Golden Brown #866006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 56.78%
G = 40.68%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#866006 (or 0x866006) is known color: Golden Brown. HEX triplet: 86, 60 and 06. RGB value is (134,96,6). Sum of RGB (Red+Green+Blue) = 134+96+6=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #866006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866006 is #799FF9. Grayscale: #616161. Windows color (decimal): -7970810 or 417926. OLE color: 417926.

HSL color Cylindrical-coordinate representation of color #866006: hue angle of 42.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866006 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 6 -
CMYK 0 0.28 0.96 0.47
HSL 42.19º 0.91% 0.27% -
HSV(B) 42.19º 0.96% 0.53% -
XYZ 14.05 13.45 2.03 -
YUV 97.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 134 96 6 0 0.28 0.96 0.47 42.19 0.91 0.27
Hex 86 60 6 0 1C 60 2F 2A 5B 1B
Octal 206 140 6 0 34 140 57 52 133 33
Binary 10000110 1100000 110 0 11100 1100000 101111 101010 1011011 11011

Color Harmonies of #866006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866006

Black with #866006

Text Example


Text Example

White with #866006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866006; }

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

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

background-color css

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

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

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

border-color css

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

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

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