Shades of Yukon Gold #706411
Tints of Yukon Gold #706411
RGB
CMYK
RGB Variations
Color information
#706411 (or 0x706411) is known color: Yukon Gold. HEX triplet: 70, 64 and 11. RGB value is (112,100,17). Sum of RGB (Red+Green+Blue) = 112+100+17=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #706411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706411 is #8F9BEE. Grayscale: #5E5E5E. Windows color (decimal): -9411567 or 1139824. OLE color: 1139824.
HSL color Cylindrical-coordinate representation of color #706411: hue angle of 52.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #706411 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 17 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.56 |
| HSL | 52.42º | 0.74% | 0.25% | - |
| HSV(B) | 52.42º | 0.85% | 0.44% | - |
| XYZ | 11.34 | 12.6 | 2.36 | - |
| YUV | 94.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 17 | 0 | 0.11 | 0.85 | 0.56 | 52.42 | 0.74 | 0.25 |
| Hex | 70 | 64 | 11 | 0 | B | 55 | 38 | 34 | 4A | 19 |
| Octal | 160 | 144 | 21 | 0 | 13 | 125 | 70 | 64 | 112 | 31 |
| Binary | 1110000 | 1100100 | 10001 | 0 | 1011 | 1010101 | 111000 | 110100 | 1001010 | 11001 |
Color Harmonies of #706411
Complementary color
Monochromatic Colors of #706411
Black with #706411
Text Example
Text Example
White with #706411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706411; }
p { color: rgb(112,100,17); }
H1.HeaderClassName
{
color: #706411;
}
.AnyTagClassName
{
color: #706411;
}
</style>
background-color css
<style>
a { background-color: #706411; }
a { background-color: rgb(112,100,17); }
div.DivClassName
{
background-color: #706411;
}
.BgClassName
{
background-color: #706411;
}
</style>
border-color css
<style>
span { border-color: #706411; }
span { border-color: rgb(112,100,17); }
td.TdClassName
{
border-color: #706411;
}
.TagClassName
{
border-color: #706411;
}
</style>