Html Css Color HEX #856A16 Yukon Gold

📋 copy color: '#856A16'

red 133 ◦ green 106 ◦ blue 22

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

Shades of Yukon Gold #856A16

Tints of Yukon Gold #856A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.61%

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

R = 50.96%
G = 40.61%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856A16 (or 0x856A16) is known color: Yukon Gold. HEX triplet: 85, 6A and 16. RGB value is (133,106,22). Sum of RGB (Red+Green+Blue) = 133+106+22=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #856A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856A16 is #7A95E9. Grayscale: #686868. Windows color (decimal): -8033770 or 1469061. OLE color: 1469061.

HSL color Cylindrical-coordinate representation of color #856A16: hue angle of 45.41º 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 #856A16 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 22 -
CMYK 0 0.20 0.83 0.48
HSL 45.41º 0.72% 0.3% -
HSV(B) 45.41º 0.83% 0.52% -
XYZ 14.97 15.35 2.93 -
YUV 104.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 133 106 22 0 0.20 0.83 0.48 45.41 0.72 0.3
Hex 85 6A 16 0 14 53 30 2D 48 1E
Octal 205 152 26 0 24 123 60 55 110 36
Binary 10000101 1101010 10110 0 10100 1010011 110000 101101 1001000 11110

Color Harmonies of #856A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A16

Black with #856A16

Text Example


Text Example

White with #856A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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