Shades of Yukon Gold #85671F
Tints of Yukon Gold #85671F
RGB
CMYK
RGB Variations
Color information
#85671F (or 0x85671F) is known color: Yukon Gold. HEX triplet: 85, 67 and 1F. RGB value is (133,103,31). Sum of RGB (Red+Green+Blue) = 133+103+31=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85671F is #7A98E0. Grayscale: #686868. Windows color (decimal): -8034529 or 2058117. OLE color: 2058117.
HSL color Cylindrical-coordinate representation of color #85671F: hue angle of 42.35º degrees, saturation: 0.62, 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 #85671F is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 31 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.48 |
| HSL | 42.35º | 0.62% | 0.32% | - |
| HSV(B) | 42.35º | 0.77% | 0.52% | - |
| XYZ | 14.77 | 14.79 | 3.37 | - |
| YUV | 103.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 31 | 0 | 0.23 | 0.77 | 0.48 | 42.35 | 0.62 | 0.32 |
| Hex | 85 | 67 | 1F | 0 | 17 | 4D | 30 | 2A | 3E | 20 |
| Octal | 205 | 147 | 37 | 0 | 27 | 115 | 60 | 52 | 76 | 40 |
| Binary | 10000101 | 1100111 | 11111 | 0 | 10111 | 1001101 | 110000 | 101010 | 111110 | 100000 |
Color Harmonies of #85671F
Complementary color
Monochromatic Colors of #85671F
Black with #85671F
Text Example
Text Example
White with #85671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85671F; }
p { color: rgb(133,103,31); }
H1.HeaderClassName
{
color: #85671F;
}
.AnyTagClassName
{
color: #85671F;
}
</style>
background-color css
<style>
a { background-color: #85671F; }
a { background-color: rgb(133,103,31); }
div.DivClassName
{
background-color: #85671F;
}
.BgClassName
{
background-color: #85671F;
}
</style>
border-color css
<style>
span { border-color: #85671F; }
span { border-color: rgb(133,103,31); }
td.TdClassName
{
border-color: #85671F;
}
.TagClassName
{
border-color: #85671F;
}
</style>