Shades of Yukon Gold #856B0F
Tints of Yukon Gold #856B0F
RGB
CMYK
RGB Variations
Color information
#856B0F (or 0x856B0F) is known color: Yukon Gold. HEX triplet: 85, 6B and 0F. RGB value is (133,107,15). Sum of RGB (Red+Green+Blue) = 133+107+15=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #856B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B0F is #7A94F0. Grayscale: #686868. Windows color (decimal): -8033521 or 1010565. OLE color: 1010565.
HSL color Cylindrical-coordinate representation of color #856B0F: hue angle of 46.78º 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 #856B0F is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 15 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.48 |
| HSL | 46.78º | 0.8% | 0.29% | - |
| HSV(B) | 46.78º | 0.89% | 0.52% | - |
| XYZ | 15.02 | 15.54 | 2.66 | - |
| YUV | 104.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 15 | 0 | 0.20 | 0.89 | 0.48 | 46.78 | 0.8 | 0.29 |
| Hex | 85 | 6B | F | 0 | 14 | 59 | 30 | 2F | 50 | 1D |
| Octal | 205 | 153 | 17 | 0 | 24 | 131 | 60 | 57 | 120 | 35 |
| Binary | 10000101 | 1101011 | 1111 | 0 | 10100 | 1011001 | 110000 | 101111 | 1010000 | 11101 |
Color Harmonies of #856B0F
Complementary color
Monochromatic Colors of #856B0F
Black with #856B0F
Text Example
Text Example
White with #856B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B0F; }
p { color: rgb(133,107,15); }
H1.HeaderClassName
{
color: #856B0F;
}
.AnyTagClassName
{
color: #856B0F;
}
</style>
background-color css
<style>
a { background-color: #856B0F; }
a { background-color: rgb(133,107,15); }
div.DivClassName
{
background-color: #856B0F;
}
.BgClassName
{
background-color: #856B0F;
}
</style>
border-color css
<style>
span { border-color: #856B0F; }
span { border-color: rgb(133,107,15); }
td.TdClassName
{
border-color: #856B0F;
}
.TagClassName
{
border-color: #856B0F;
}
</style>