Shades of Yukon Gold #705E0F
Tints of Yukon Gold #705E0F
RGB
CMYK
RGB Variations
Color information
#705E0F (or 0x705E0F) is known color: Yukon Gold. HEX triplet: 70, 5E and 0F. RGB value is (112,94,15). Sum of RGB (Red+Green+Blue) = 112+94+15=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705E0F is #8FA1F0. Grayscale: #5A5A5A. Windows color (decimal): -9413105 or 1007216. OLE color: 1007216.
HSL color Cylindrical-coordinate representation of color #705E0F: hue angle of 48.87º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #705E0F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 15 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.56 |
| HSL | 48.87º | 0.76% | 0.25% | - |
| HSV(B) | 48.87º | 0.87% | 0.44% | - |
| XYZ | 10.77 | 11.48 | 2.1 | - |
| YUV | 90.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 15 | 0 | 0.16 | 0.87 | 0.56 | 48.87 | 0.76 | 0.25 |
| Hex | 70 | 5E | F | 0 | 10 | 57 | 38 | 31 | 4C | 19 |
| Octal | 160 | 136 | 17 | 0 | 20 | 127 | 70 | 61 | 114 | 31 |
| Binary | 1110000 | 1011110 | 1111 | 0 | 10000 | 1010111 | 111000 | 110001 | 1001100 | 11001 |
Color Harmonies of #705E0F
Complementary color
Monochromatic Colors of #705E0F
Black with #705E0F
Text Example
Text Example
White with #705E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E0F; }
p { color: rgb(112,94,15); }
H1.HeaderClassName
{
color: #705E0F;
}
.AnyTagClassName
{
color: #705E0F;
}
</style>
background-color css
<style>
a { background-color: #705E0F; }
a { background-color: rgb(112,94,15); }
div.DivClassName
{
background-color: #705E0F;
}
.BgClassName
{
background-color: #705E0F;
}
</style>
border-color css
<style>
span { border-color: #705E0F; }
span { border-color: rgb(112,94,15); }
td.TdClassName
{
border-color: #705E0F;
}
.TagClassName
{
border-color: #705E0F;
}
</style>