Shades of Yukon Gold #706215
Tints of Yukon Gold #706215
RGB
CMYK
RGB Variations
Color information
#706215 (or 0x706215) is known color: Yukon Gold. HEX triplet: 70, 62 and 15. RGB value is (112,98,21). Sum of RGB (Red+Green+Blue) = 112+98+21=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706215 is #8F9DEA. Grayscale: #5D5D5D. Windows color (decimal): -9412075 or 1401456. OLE color: 1401456.
HSL color Cylindrical-coordinate representation of color #706215: hue angle of 50.77º 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 #706215 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 98 | 21 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.56 |
| HSL | 50.77º | 0.68% | 0.26% | - |
| HSV(B) | 50.77º | 0.81% | 0.44% | - |
| XYZ | 11.19 | 12.23 | 2.48 | - |
| YUV | 93.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 21 | 0 | 0.13 | 0.81 | 0.56 | 50.77 | 0.68 | 0.26 |
| Hex | 70 | 62 | 15 | 0 | D | 51 | 38 | 33 | 44 | 1A |
| Octal | 160 | 142 | 25 | 0 | 15 | 121 | 70 | 63 | 104 | 32 |
| Binary | 1110000 | 1100010 | 10101 | 0 | 1101 | 1010001 | 111000 | 110011 | 1000100 | 11010 |
Color Harmonies of #706215
Complementary color
Monochromatic Colors of #706215
Black with #706215
Text Example
Text Example
White with #706215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706215; }
p { color: rgb(112,98,21); }
H1.HeaderClassName
{
color: #706215;
}
.AnyTagClassName
{
color: #706215;
}
</style>
background-color css
<style>
a { background-color: #706215; }
a { background-color: rgb(112,98,21); }
div.DivClassName
{
background-color: #706215;
}
.BgClassName
{
background-color: #706215;
}
</style>
border-color css
<style>
span { border-color: #706215; }
span { border-color: rgb(112,98,21); }
td.TdClassName
{
border-color: #706215;
}
.TagClassName
{
border-color: #706215;
}
</style>