Html Css Color HEX #866208 Golden Brown

📋 copy color: '#866208'

red 134 ◦ green 98 ◦ blue 8

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

Shades of Golden Brown #866208

Tints of Golden Brown #866208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 55.83%
G = 40.83%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#866208 (or 0x866208) is known color: Golden Brown. HEX triplet: 86, 62 and 08. RGB value is (134,98,8). Sum of RGB (Red+Green+Blue) = 134+98+8=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #866208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866208 is #799DF7. Grayscale: #626262. Windows color (decimal): -7970296 or 549510. OLE color: 549510.

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

Color convert

RGB 134 98 8 -
CMYK 0 0.27 0.94 0.47
HSL 42.86º 0.89% 0.28% -
HSV(B) 42.86º 0.94% 0.53% -
XYZ 14.24 13.82 2.15 -
YUV 98.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 134 98 8 0 0.27 0.94 0.47 42.86 0.89 0.28
Hex 86 62 8 0 1B 5E 2F 2B 59 1C
Octal 206 142 10 0 33 136 57 53 131 34
Binary 10000110 1100010 1000 0 11011 1011110 101111 101011 1011001 11100

Color Harmonies of #866208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866208

Black with #866208

Text Example


Text Example

White with #866208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866208; }

 p { color: rgb(134,98,8); }

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

background-color css

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

 a { background-color: rgb(134,98,8); }

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

border-color css

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

 span { border-color: rgb(134,98,8); }

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