Shades of Yukon Gold #85671C
Tints of Yukon Gold #85671C
RGB
CMYK
RGB Variations
Color information
#85671C (or 0x85671C) is known color: Yukon Gold. HEX triplet: 85, 67 and 1C. RGB value is (133,103,28). Sum of RGB (Red+Green+Blue) = 133+103+28=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85671C is #7A98E3. Grayscale: #676767. Windows color (decimal): -8034532 or 1861509. OLE color: 1861509.
HSL color Cylindrical-coordinate representation of color #85671C: hue angle of 42.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85671C is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 28 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.48 |
| HSL | 42.86º | 0.65% | 0.32% | - |
| HSV(B) | 42.86º | 0.79% | 0.52% | - |
| XYZ | 14.73 | 14.77 | 3.17 | - |
| YUV | 103.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 28 | 0 | 0.23 | 0.79 | 0.48 | 42.86 | 0.65 | 0.32 |
| Hex | 85 | 67 | 1C | 0 | 17 | 4F | 30 | 2B | 41 | 20 |
| Octal | 205 | 147 | 34 | 0 | 27 | 117 | 60 | 53 | 101 | 40 |
| Binary | 10000101 | 1100111 | 11100 | 0 | 10111 | 1001111 | 110000 | 101011 | 1000001 | 100000 |
Color Harmonies of #85671C
Complementary color
Monochromatic Colors of #85671C
Black with #85671C
Text Example
Text Example
White with #85671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85671C; }
p { color: rgb(133,103,28); }
H1.HeaderClassName
{
color: #85671C;
}
.AnyTagClassName
{
color: #85671C;
}
</style>
background-color css
<style>
a { background-color: #85671C; }
a { background-color: rgb(133,103,28); }
div.DivClassName
{
background-color: #85671C;
}
.BgClassName
{
background-color: #85671C;
}
</style>
border-color css
<style>
span { border-color: #85671C; }
span { border-color: rgb(133,103,28); }
td.TdClassName
{
border-color: #85671C;
}
.TagClassName
{
border-color: #85671C;
}
</style>