Shades of Yukon Gold #85660A
Tints of Yukon Gold #85660A
RGB
CMYK
RGB Variations
Color information
#85660A (or 0x85660A) is known color: Yukon Gold. HEX triplet: 85, 66 and 0A. RGB value is (133,102,10). Sum of RGB (Red+Green+Blue) = 133+102+10=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85660A is #7A99F5. Grayscale: #656565. Windows color (decimal): -8034806 or 681605. OLE color: 681605.
HSL color Cylindrical-coordinate representation of color #85660A: hue angle of 44.88º 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 #85660A is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 10 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.48 |
| HSL | 44.88º | 0.86% | 0.28% | - |
| HSV(B) | 44.88º | 0.92% | 0.52% | - |
| XYZ | 14.48 | 14.51 | 2.32 | - |
| YUV | 100.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 10 | 0 | 0.23 | 0.92 | 0.48 | 44.88 | 0.86 | 0.28 |
| Hex | 85 | 66 | A | 0 | 17 | 5C | 30 | 2D | 56 | 1C |
| Octal | 205 | 146 | 12 | 0 | 27 | 134 | 60 | 55 | 126 | 34 |
| Binary | 10000101 | 1100110 | 1010 | 0 | 10111 | 1011100 | 110000 | 101101 | 1010110 | 11100 |
Color Harmonies of #85660A
Complementary color
Monochromatic Colors of #85660A
Black with #85660A
Text Example
Text Example
White with #85660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85660A; }
p { color: rgb(133,102,10); }
H1.HeaderClassName
{
color: #85660A;
}
.AnyTagClassName
{
color: #85660A;
}
</style>
background-color css
<style>
a { background-color: #85660A; }
a { background-color: rgb(133,102,10); }
div.DivClassName
{
background-color: #85660A;
}
.BgClassName
{
background-color: #85660A;
}
</style>
border-color css
<style>
span { border-color: #85660A; }
span { border-color: rgb(133,102,10); }
td.TdClassName
{
border-color: #85660A;
}
.TagClassName
{
border-color: #85660A;
}
</style>