Html Css Color HEX #856E16 Yukon Gold

📋 copy color: '#856E16'

red 133 ◦ green 110 ◦ blue 22

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

Shades of Yukon Gold #856E16

Tints of Yukon Gold #856E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 50.19%
G = 41.51%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856E16 (or 0x856E16) is known color: Yukon Gold. HEX triplet: 85, 6E and 16. RGB value is (133,110,22). Sum of RGB (Red+Green+Blue) = 133+110+22=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856E16 is #7A91E9. Grayscale: #6B6B6B. Windows color (decimal): -8032746 or 1470085. OLE color: 1470085.

HSL color Cylindrical-coordinate representation of color #856E16: hue angle of 47.57º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #856E16 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 22 -
CMYK 0 0.17 0.83 0.48
HSL 47.57º 0.72% 0.3% -
HSV(B) 47.57º 0.83% 0.52% -
XYZ 15.39 16.2 3.07 -
YUV 106.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 133 110 22 0 0.17 0.83 0.48 47.57 0.72 0.3
Hex 85 6E 16 0 11 53 30 30 48 1E
Octal 205 156 26 0 21 123 60 60 110 36
Binary 10000101 1101110 10110 0 10001 1010011 110000 110000 1001000 11110

Color Harmonies of #856E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E16

Black with #856E16

Text Example


Text Example

White with #856E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,22); }

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

background-color css

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

 a { background-color: rgb(133,110,22); }

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

border-color css

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

 span { border-color: rgb(133,110,22); }

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