Html Css Color HEX #866106 Golden Brown

📋 copy color: '#866106'

red 134 ◦ green 97 ◦ blue 6

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

Shades of Golden Brown #866106

Tints of Golden Brown #866106

RGB

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

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

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

R = 56.54%
G = 40.93%
B = 2.53%

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

#866106 (or 0x866106) is known color: Golden Brown. HEX triplet: 86, 61 and 06. RGB value is (134,97,6). Sum of RGB (Red+Green+Blue) = 134+97+6=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #866106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866106 is #799EF9. Grayscale: #626262. Windows color (decimal): -7970554 or 418182. OLE color: 418182.

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

Color convert

RGB 134 97 6 -
CMYK 0 0.28 0.96 0.47
HSL 42.66º 0.91% 0.27% -
HSV(B) 42.66º 0.96% 0.53% -
XYZ 14.14 13.63 2.06 -
YUV 97.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 134 97 6 0 0.28 0.96 0.47 42.66 0.91 0.27
Hex 86 61 6 0 1C 60 2F 2B 5B 1B
Octal 206 141 6 0 34 140 57 53 133 33
Binary 10000110 1100001 110 0 11100 1100000 101111 101011 1011011 11011

Color Harmonies of #866106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866106

Black with #866106

Text Example


Text Example

White with #866106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866106; }

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

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

background-color css

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

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

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

border-color css

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

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

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