Shades of Yukon Gold #85610F
Tints of Yukon Gold #85610F
RGB
CMYK
RGB Variations
Color information
#85610F (or 0x85610F) is known color: Yukon Gold. HEX triplet: 85, 61 and 0F. RGB value is (133,97,15). Sum of RGB (Red+Green+Blue) = 133+97+15=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85610F is #7A9EF0. Grayscale: #626262. Windows color (decimal): -8036081 or 1008005. OLE color: 1008005.
HSL color Cylindrical-coordinate representation of color #85610F: hue angle of 41.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85610F is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 15 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.48 |
| HSL | 41.69º | 0.8% | 0.29% | - |
| HSV(B) | 41.69º | 0.89% | 0.52% | - |
| XYZ | 14.03 | 13.57 | 2.33 | - |
| YUV | 98.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 15 | 0 | 0.27 | 0.89 | 0.48 | 41.69 | 0.8 | 0.29 |
| Hex | 85 | 61 | F | 0 | 1B | 59 | 30 | 2A | 50 | 1D |
| Octal | 205 | 141 | 17 | 0 | 33 | 131 | 60 | 52 | 120 | 35 |
| Binary | 10000101 | 1100001 | 1111 | 0 | 11011 | 1011001 | 110000 | 101010 | 1010000 | 11101 |
Color Harmonies of #85610F
Complementary color
Monochromatic Colors of #85610F
Black with #85610F
Text Example
Text Example
White with #85610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85610F; }
p { color: rgb(133,97,15); }
H1.HeaderClassName
{
color: #85610F;
}
.AnyTagClassName
{
color: #85610F;
}
</style>
background-color css
<style>
a { background-color: #85610F; }
a { background-color: rgb(133,97,15); }
div.DivClassName
{
background-color: #85610F;
}
.BgClassName
{
background-color: #85610F;
}
</style>
border-color css
<style>
span { border-color: #85610F; }
span { border-color: rgb(133,97,15); }
td.TdClassName
{
border-color: #85610F;
}
.TagClassName
{
border-color: #85610F;
}
</style>