Html Css Color HEX #866308 Golden Brown

📋 copy color: '#866308'

red 134 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #866308

Tints of Golden Brown #866308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.08%

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

R = 55.6%
G = 41.08%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#866308 (or 0x866308) is known color: Golden Brown. HEX triplet: 86, 63 and 08. RGB value is (134,99,8). Sum of RGB (Red+Green+Blue) = 134+99+8=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866308 is #799CF7. Grayscale: #636363. Windows color (decimal): -7970040 or 549766. OLE color: 549766.

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

Color convert

RGB 134 99 8 -
CMYK 0 0.26 0.94 0.47
HSL 43.33º 0.89% 0.28% -
HSV(B) 43.33º 0.94% 0.53% -
XYZ 14.34 14.01 2.18 -
YUV 99.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 134 99 8 0 0.26 0.94 0.47 43.33 0.89 0.28
Hex 86 63 8 0 1A 5E 2F 2B 59 1C
Octal 206 143 10 0 32 136 57 53 131 34
Binary 10000110 1100011 1000 0 11010 1011110 101111 101011 1011001 11100

Color Harmonies of #866308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866308

Black with #866308

Text Example


Text Example

White with #866308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866308; }

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

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

background-color css

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

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

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

border-color css

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

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

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