Shades of Yukon Gold #706015
Tints of Yukon Gold #706015
RGB
CMYK
RGB Variations
Color information
#706015 (or 0x706015) is known color: Yukon Gold. HEX triplet: 70, 60 and 15. RGB value is (112,96,21). Sum of RGB (Red+Green+Blue) = 112+96+21=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706015 is #8F9FEA. Grayscale: #5C5C5C. Windows color (decimal): -9412587 or 1400944. OLE color: 1400944.
HSL color Cylindrical-coordinate representation of color #706015: hue angle of 49.45º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #706015 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 21 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.56 |
| HSL | 49.45º | 0.68% | 0.26% | - |
| HSV(B) | 49.45º | 0.81% | 0.44% | - |
| XYZ | 11 | 11.86 | 2.42 | - |
| YUV | 92.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 21 | 0 | 0.14 | 0.81 | 0.56 | 49.45 | 0.68 | 0.26 |
| Hex | 70 | 60 | 15 | 0 | E | 51 | 38 | 31 | 44 | 1A |
| Octal | 160 | 140 | 25 | 0 | 16 | 121 | 70 | 61 | 104 | 32 |
| Binary | 1110000 | 1100000 | 10101 | 0 | 1110 | 1010001 | 111000 | 110001 | 1000100 | 11010 |
Color Harmonies of #706015
Complementary color
Monochromatic Colors of #706015
Black with #706015
Text Example
Text Example
White with #706015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706015; }
p { color: rgb(112,96,21); }
H1.HeaderClassName
{
color: #706015;
}
.AnyTagClassName
{
color: #706015;
}
</style>
background-color css
<style>
a { background-color: #706015; }
a { background-color: rgb(112,96,21); }
div.DivClassName
{
background-color: #706015;
}
.BgClassName
{
background-color: #706015;
}
</style>
border-color css
<style>
span { border-color: #706015; }
span { border-color: rgb(112,96,21); }
td.TdClassName
{
border-color: #706015;
}
.TagClassName
{
border-color: #706015;
}
</style>