Shades of Yukon Gold #85670D
Tints of Yukon Gold #85670D
RGB
CMYK
RGB Variations
Color information
#85670D (or 0x85670D) is known color: Yukon Gold. HEX triplet: 85, 67 and 0D. RGB value is (133,103,13). Sum of RGB (Red+Green+Blue) = 133+103+13=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85670D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85670D is #7A98F2. Grayscale: #666666. Windows color (decimal): -8034547 or 878469. OLE color: 878469.
HSL color Cylindrical-coordinate representation of color #85670D: hue angle of 45º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85670D is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 13 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.48 |
| HSL | 45º | 0.82% | 0.29% | - |
| HSV(B) | 45º | 0.9% | 0.52% | - |
| XYZ | 14.6 | 14.72 | 2.45 | - |
| YUV | 101.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 13 | 0 | 0.23 | 0.90 | 0.48 | 45 | 0.82 | 0.29 |
| Hex | 85 | 67 | D | 0 | 17 | 5A | 30 | 2D | 52 | 1D |
| Octal | 205 | 147 | 15 | 0 | 27 | 132 | 60 | 55 | 122 | 35 |
| Binary | 10000101 | 1100111 | 1101 | 0 | 10111 | 1011010 | 110000 | 101101 | 1010010 | 11101 |
Color Harmonies of #85670D
Complementary color
Monochromatic Colors of #85670D
Black with #85670D
Text Example
Text Example
White with #85670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85670D; }
p { color: rgb(133,103,13); }
H1.HeaderClassName
{
color: #85670D;
}
.AnyTagClassName
{
color: #85670D;
}
</style>
background-color css
<style>
a { background-color: #85670D; }
a { background-color: rgb(133,103,13); }
div.DivClassName
{
background-color: #85670D;
}
.BgClassName
{
background-color: #85670D;
}
</style>
border-color css
<style>
span { border-color: #85670D; }
span { border-color: rgb(133,103,13); }
td.TdClassName
{
border-color: #85670D;
}
.TagClassName
{
border-color: #85670D;
}
</style>