Shades of Yukon Gold #85651E
Tints of Yukon Gold #85651E
RGB
CMYK
RGB Variations
Color information
#85651E (or 0x85651E) is known color: Yukon Gold. HEX triplet: 85, 65 and 1E. RGB value is (133,101,30). Sum of RGB (Red+Green+Blue) = 133+101+30=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85651E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85651E is #7A9AE1. Grayscale: #666666. Windows color (decimal): -8035042 or 1992069. OLE color: 1992069.
HSL color Cylindrical-coordinate representation of color #85651E: hue angle of 41.36º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85651E is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 30 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.48 |
| HSL | 41.36º | 0.63% | 0.32% | - |
| HSV(B) | 41.36º | 0.77% | 0.52% | - |
| XYZ | 14.56 | 14.39 | 3.24 | - |
| YUV | 102.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 30 | 0 | 0.24 | 0.77 | 0.48 | 41.36 | 0.63 | 0.32 |
| Hex | 85 | 65 | 1E | 0 | 18 | 4D | 30 | 29 | 3F | 20 |
| Octal | 205 | 145 | 36 | 0 | 30 | 115 | 60 | 51 | 77 | 40 |
| Binary | 10000101 | 1100101 | 11110 | 0 | 11000 | 1001101 | 110000 | 101001 | 111111 | 100000 |
Color Harmonies of #85651E
Complementary color
Monochromatic Colors of #85651E
Black with #85651E
Text Example
Text Example
White with #85651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85651E; }
p { color: rgb(133,101,30); }
H1.HeaderClassName
{
color: #85651E;
}
.AnyTagClassName
{
color: #85651E;
}
</style>
background-color css
<style>
a { background-color: #85651E; }
a { background-color: rgb(133,101,30); }
div.DivClassName
{
background-color: #85651E;
}
.BgClassName
{
background-color: #85651E;
}
</style>
border-color css
<style>
span { border-color: #85651E; }
span { border-color: rgb(133,101,30); }
td.TdClassName
{
border-color: #85651E;
}
.TagClassName
{
border-color: #85651E;
}
</style>