Html Css Color HEX #856808 Yukon Gold

📋 copy color: '#856808'

red 133 ◦ green 104 ◦ blue 8

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

Shades of Yukon Gold #856808

Tints of Yukon Gold #856808

RGB

 RED value IS 133 (52.34% from 255) = 54.29%

 GREEN value IS 104 (41.02% from 255) = 42.45%

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

R = 54.29%
G = 42.45%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#856808 (or 0x856808) is known color: Yukon Gold. HEX triplet: 85, 68 and 08. RGB value is (133,104,8). Sum of RGB (Red+Green+Blue) = 133+104+8=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856808 is #7A97F7. Grayscale: #666666. Windows color (decimal): -8034296 or 551045. OLE color: 551045.

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

Color convert

RGB 133 104 8 -
CMYK 0 0.22 0.94 0.48
HSL 46.08º 0.89% 0.28% -
HSV(B) 46.08º 0.94% 0.52% -
XYZ 14.67 14.9 2.33 -
YUV 101.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 133 104 8 0 0.22 0.94 0.48 46.08 0.89 0.28
Hex 85 68 8 0 16 5E 30 2E 59 1C
Octal 205 150 10 0 26 136 60 56 131 34
Binary 10000101 1101000 1000 0 10110 1011110 110000 101110 1011001 11100

Color Harmonies of #856808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856808

Black with #856808

Text Example


Text Example

White with #856808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856808; }

 p { color: rgb(133,104,8); }

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

background-color css

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

 a { background-color: rgb(133,104,8); }

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

border-color css

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

 span { border-color: rgb(133,104,8); }

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