Html Css Color HEX #856016 Yukon Gold

📋 copy color: '#856016'

red 133 ◦ green 96 ◦ blue 22

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

Shades of Yukon Gold #856016

Tints of Yukon Gold #856016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

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

R = 52.99%
G = 38.25%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#856016 (or 0x856016) is known color: Yukon Gold. HEX triplet: 85, 60 and 16. RGB value is (133,96,22). Sum of RGB (Red+Green+Blue) = 133+96+22=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #856016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856016 is #7A9FE9. Grayscale: #626262. Windows color (decimal): -8036330 or 1466501. OLE color: 1466501.

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

Color convert

RGB 133 96 22 -
CMYK 0 0.28 0.83 0.48
HSL 40º 0.72% 0.3% -
HSV(B) 40º 0.83% 0.52% -
XYZ 14 13.41 2.61 -
YUV 98.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 133 96 22 0 0.28 0.83 0.48 40 0.72 0.3
Hex 85 60 16 0 1C 53 30 28 48 1E
Octal 205 140 26 0 34 123 60 50 110 36
Binary 10000101 1100000 10110 0 11100 1010011 110000 101000 1001000 11110

Color Harmonies of #856016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856016

Black with #856016

Text Example


Text Example

White with #856016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856016; }

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

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

background-color css

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

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

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

border-color css

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

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

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