Shades of Yukon Gold #705F0F
Tints of Yukon Gold #705F0F
RGB
CMYK
RGB Variations
Color information
#705F0F (or 0x705F0F) is known color: Yukon Gold. HEX triplet: 70, 5F and 0F. RGB value is (112,95,15). Sum of RGB (Red+Green+Blue) = 112+95+15=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F0F is #8FA0F0. Grayscale: #5B5B5B. Windows color (decimal): -9412849 or 1007472. OLE color: 1007472.
HSL color Cylindrical-coordinate representation of color #705F0F: hue angle of 49.48º 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 #705F0F is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 15 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.56 |
| HSL | 49.48º | 0.76% | 0.25% | - |
| HSV(B) | 49.48º | 0.87% | 0.44% | - |
| XYZ | 10.86 | 11.66 | 2.13 | - |
| YUV | 90.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 15 | 0 | 0.15 | 0.87 | 0.56 | 49.48 | 0.76 | 0.25 |
| Hex | 70 | 5F | F | 0 | F | 57 | 38 | 31 | 4C | 19 |
| Octal | 160 | 137 | 17 | 0 | 17 | 127 | 70 | 61 | 114 | 31 |
| Binary | 1110000 | 1011111 | 1111 | 0 | 1111 | 1010111 | 111000 | 110001 | 1001100 | 11001 |
Color Harmonies of #705F0F
Complementary color
Monochromatic Colors of #705F0F
Black with #705F0F
Text Example
Text Example
White with #705F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F0F; }
p { color: rgb(112,95,15); }
H1.HeaderClassName
{
color: #705F0F;
}
.AnyTagClassName
{
color: #705F0F;
}
</style>
background-color css
<style>
a { background-color: #705F0F; }
a { background-color: rgb(112,95,15); }
div.DivClassName
{
background-color: #705F0F;
}
.BgClassName
{
background-color: #705F0F;
}
</style>
border-color css
<style>
span { border-color: #705F0F; }
span { border-color: rgb(112,95,15); }
td.TdClassName
{
border-color: #705F0F;
}
.TagClassName
{
border-color: #705F0F;
}
</style>