Html Css Color HEX #856111 Yukon Gold

📋 copy color: '#856111'

red 133 ◦ green 97 ◦ blue 17

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

Shades of Yukon Gold #856111

Tints of Yukon Gold #856111

RGB

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

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

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

R = 53.85%
G = 39.27%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856111 (or 0x856111) is known color: Yukon Gold. HEX triplet: 85, 61 and 11. RGB value is (133,97,17). Sum of RGB (Red+Green+Blue) = 133+97+17=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #856111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856111 is #7A9EEE. Grayscale: #636363. Windows color (decimal): -8036079 or 1139077. OLE color: 1139077.

HSL color Cylindrical-coordinate representation of color #856111: hue angle of 41.38º 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 #856111 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 17 -
CMYK 0 0.27 0.87 0.48
HSL 41.38º 0.77% 0.29% -
HSV(B) 41.38º 0.87% 0.52% -
XYZ 14.05 13.58 2.41 -
YUV 98.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 133 97 17 0 0.27 0.87 0.48 41.38 0.77 0.29
Hex 85 61 11 0 1B 57 30 29 4D 1D
Octal 205 141 21 0 33 127 60 51 115 35
Binary 10000101 1100001 10001 0 11011 1010111 110000 101001 1001101 11101

Color Harmonies of #856111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856111

Black with #856111

Text Example


Text Example

White with #856111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856111; }

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

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

background-color css

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

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

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

border-color css

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

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

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