Shades of Yukon Gold #856F19
Tints of Yukon Gold #856F19
RGB
CMYK
RGB Variations
Color information
#856F19 (or 0x856F19) is known color: Yukon Gold. HEX triplet: 85, 6F and 19. RGB value is (133,111,25). Sum of RGB (Red+Green+Blue) = 133+111+25=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #856F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F19 is #7A90E6. Grayscale: #6C6C6C. Windows color (decimal): -8032487 or 1666949. OLE color: 1666949.
HSL color Cylindrical-coordinate representation of color #856F19: hue angle of 47.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #856F19 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 25 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.48 |
| HSL | 47.78º | 0.68% | 0.31% | - |
| HSV(B) | 47.78º | 0.81% | 0.52% | - |
| XYZ | 15.53 | 16.43 | 3.27 | - |
| YUV | 107.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 25 | 0 | 0.17 | 0.81 | 0.48 | 47.78 | 0.68 | 0.31 |
| Hex | 85 | 6F | 19 | 0 | 11 | 51 | 30 | 30 | 44 | 1F |
| Octal | 205 | 157 | 31 | 0 | 21 | 121 | 60 | 60 | 104 | 37 |
| Binary | 10000101 | 1101111 | 11001 | 0 | 10001 | 1010001 | 110000 | 110000 | 1000100 | 11111 |
Color Harmonies of #856F19
Complementary color
Monochromatic Colors of #856F19
Black with #856F19
Text Example
Text Example
White with #856F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F19; }
p { color: rgb(133,111,25); }
H1.HeaderClassName
{
color: #856F19;
}
.AnyTagClassName
{
color: #856F19;
}
</style>
background-color css
<style>
a { background-color: #856F19; }
a { background-color: rgb(133,111,25); }
div.DivClassName
{
background-color: #856F19;
}
.BgClassName
{
background-color: #856F19;
}
</style>
border-color css
<style>
span { border-color: #856F19; }
span { border-color: rgb(133,111,25); }
td.TdClassName
{
border-color: #856F19;
}
.TagClassName
{
border-color: #856F19;
}
</style>