Shades of Yukon Gold #85690A
Tints of Yukon Gold #85690A
RGB
CMYK
RGB Variations
Color information
#85690A (or 0x85690A) is known color: Yukon Gold. HEX triplet: 85, 69 and 0A. RGB value is (133,105,10). Sum of RGB (Red+Green+Blue) = 133+105+10=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85690A is #7A96F5. Grayscale: #666666. Windows color (decimal): -8034038 or 682373. OLE color: 682373.
HSL color Cylindrical-coordinate representation of color #85690A: hue angle of 46.34º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85690A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 10 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.48 |
| HSL | 46.34º | 0.86% | 0.28% | - |
| HSV(B) | 46.34º | 0.92% | 0.52% | - |
| XYZ | 14.78 | 15.11 | 2.43 | - |
| YUV | 102.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 10 | 0 | 0.21 | 0.92 | 0.48 | 46.34 | 0.86 | 0.28 |
| Hex | 85 | 69 | A | 0 | 15 | 5C | 30 | 2E | 56 | 1C |
| Octal | 205 | 151 | 12 | 0 | 25 | 134 | 60 | 56 | 126 | 34 |
| Binary | 10000101 | 1101001 | 1010 | 0 | 10101 | 1011100 | 110000 | 101110 | 1010110 | 11100 |
Color Harmonies of #85690A
Complementary color
Monochromatic Colors of #85690A
Black with #85690A
Text Example
Text Example
White with #85690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85690A; }
p { color: rgb(133,105,10); }
H1.HeaderClassName
{
color: #85690A;
}
.AnyTagClassName
{
color: #85690A;
}
</style>
background-color css
<style>
a { background-color: #85690A; }
a { background-color: rgb(133,105,10); }
div.DivClassName
{
background-color: #85690A;
}
.BgClassName
{
background-color: #85690A;
}
</style>
border-color css
<style>
span { border-color: #85690A; }
span { border-color: rgb(133,105,10); }
td.TdClassName
{
border-color: #85690A;
}
.TagClassName
{
border-color: #85690A;
}
</style>