Html Css Color HEX #856C11 Yukon Gold

📋 copy color: '#856C11'

red 133 ◦ green 108 ◦ blue 17

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

Shades of Yukon Gold #856C11

Tints of Yukon Gold #856C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 51.55%
G = 41.86%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856C11 (or 0x856C11) is known color: Yukon Gold. HEX triplet: 85, 6C and 11. RGB value is (133,108,17). Sum of RGB (Red+Green+Blue) = 133+108+17=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #856C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C11 is #7A93EE. Grayscale: #696969. Windows color (decimal): -8033263 or 1141893. OLE color: 1141893.

HSL color Cylindrical-coordinate representation of color #856C11: hue angle of 47.07º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #856C11 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 17 -
CMYK 0 0.19 0.87 0.48
HSL 47.07º 0.77% 0.29% -
HSV(B) 47.07º 0.87% 0.52% -
XYZ 15.14 15.75 2.77 -
YUV 105.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 133 108 17 0 0.19 0.87 0.48 47.07 0.77 0.29
Hex 85 6C 11 0 13 57 30 2F 4D 1D
Octal 205 154 21 0 23 127 60 57 115 35
Binary 10000101 1101100 10001 0 10011 1010111 110000 101111 1001101 11101

Color Harmonies of #856C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C11

Black with #856C11

Text Example


Text Example

White with #856C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C11; }

 p { color: rgb(133,108,17); }

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

background-color css

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

 a { background-color: rgb(133,108,17); }

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

border-color css

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

 span { border-color: rgb(133,108,17); }

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