Shades of Yukon Gold #856D19
Tints of Yukon Gold #856D19
RGB
CMYK
RGB Variations
Color information
#856D19 (or 0x856D19) is known color: Yukon Gold. HEX triplet: 85, 6D and 19. RGB value is (133,109,25). Sum of RGB (Red+Green+Blue) = 133+109+25=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #856D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D19 is #7A92E6. Grayscale: #6A6A6A. Windows color (decimal): -8032999 or 1666437. OLE color: 1666437.
HSL color Cylindrical-coordinate representation of color #856D19: hue angle of 46.67º 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 #856D19 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 25 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.48 |
| HSL | 46.67º | 0.68% | 0.31% | - |
| HSV(B) | 46.67º | 0.81% | 0.52% | - |
| XYZ | 15.32 | 15.99 | 3.2 | - |
| YUV | 106.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 25 | 0 | 0.18 | 0.81 | 0.48 | 46.67 | 0.68 | 0.31 |
| Hex | 85 | 6D | 19 | 0 | 12 | 51 | 30 | 2F | 44 | 1F |
| Octal | 205 | 155 | 31 | 0 | 22 | 121 | 60 | 57 | 104 | 37 |
| Binary | 10000101 | 1101101 | 11001 | 0 | 10010 | 1010001 | 110000 | 101111 | 1000100 | 11111 |
Color Harmonies of #856D19
Complementary color
Monochromatic Colors of #856D19
Black with #856D19
Text Example
Text Example
White with #856D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D19; }
p { color: rgb(133,109,25); }
H1.HeaderClassName
{
color: #856D19;
}
.AnyTagClassName
{
color: #856D19;
}
</style>
background-color css
<style>
a { background-color: #856D19; }
a { background-color: rgb(133,109,25); }
div.DivClassName
{
background-color: #856D19;
}
.BgClassName
{
background-color: #856D19;
}
</style>
border-color css
<style>
span { border-color: #856D19; }
span { border-color: rgb(133,109,25); }
td.TdClassName
{
border-color: #856D19;
}
.TagClassName
{
border-color: #856D19;
}
</style>