Shades of Yukon Gold #856F25
Tints of Yukon Gold #856F25
RGB
CMYK
RGB Variations
Color information
#856F25 (or 0x856F25) is known color: Yukon Gold. HEX triplet: 85, 6F and 25. RGB value is (133,111,37). Sum of RGB (Red+Green+Blue) = 133+111+37=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #856F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F25 is #7A90DA. Grayscale: #6D6D6D. Windows color (decimal): -8032475 or 2453381. OLE color: 2453381.
HSL color Cylindrical-coordinate representation of color #856F25: hue angle of 46.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #856F25 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 37 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.48 |
| HSL | 46.25º | 0.56% | 0.33% | - |
| HSV(B) | 46.25º | 0.72% | 0.52% | - |
| XYZ | 15.69 | 16.49 | 4.11 | - |
| YUV | 109.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 37 | 0 | 0.17 | 0.72 | 0.48 | 46.25 | 0.56 | 0.33 |
| Hex | 85 | 6F | 25 | 0 | 11 | 48 | 30 | 2E | 38 | 21 |
| Octal | 205 | 157 | 45 | 0 | 21 | 110 | 60 | 56 | 70 | 41 |
| Binary | 10000101 | 1101111 | 100101 | 0 | 10001 | 1001000 | 110000 | 101110 | 111000 | 100001 |
Color Harmonies of #856F25
Complementary color
Monochromatic Colors of #856F25
Black with #856F25
Text Example
Text Example
White with #856F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F25; }
p { color: rgb(133,111,37); }
H1.HeaderClassName
{
color: #856F25;
}
.AnyTagClassName
{
color: #856F25;
}
</style>
background-color css
<style>
a { background-color: #856F25; }
a { background-color: rgb(133,111,37); }
div.DivClassName
{
background-color: #856F25;
}
.BgClassName
{
background-color: #856F25;
}
</style>
border-color css
<style>
span { border-color: #856F25; }
span { border-color: rgb(133,111,37); }
td.TdClassName
{
border-color: #856F25;
}
.TagClassName
{
border-color: #856F25;
}
</style>