Shades of Yukon Gold #70640E
Tints of Yukon Gold #70640E
RGB
CMYK
RGB Variations
Color information
#70640E (or 0x70640E) is known color: Yukon Gold. HEX triplet: 70, 64 and 0E. RGB value is (112,100,14). Sum of RGB (Red+Green+Blue) = 112+100+14=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640E is #8F9BF1. Grayscale: #5E5E5E. Windows color (decimal): -9411570 or 943216. OLE color: 943216.
HSL color Cylindrical-coordinate representation of color #70640E: hue angle of 52.65º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70640E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 14 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.56 |
| HSL | 52.65º | 0.78% | 0.25% | - |
| HSV(B) | 52.65º | 0.88% | 0.44% | - |
| XYZ | 11.32 | 12.59 | 2.25 | - |
| YUV | 93.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 14 | 0 | 0.11 | 0.88 | 0.56 | 52.65 | 0.78 | 0.25 |
| Hex | 70 | 64 | E | 0 | B | 58 | 38 | 35 | 4E | 19 |
| Octal | 160 | 144 | 16 | 0 | 13 | 130 | 70 | 65 | 116 | 31 |
| Binary | 1110000 | 1100100 | 1110 | 0 | 1011 | 1011000 | 111000 | 110101 | 1001110 | 11001 |
Color Harmonies of #70640E
Complementary color
Monochromatic Colors of #70640E
Black with #70640E
Text Example
Text Example
White with #70640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640E; }
p { color: rgb(112,100,14); }
H1.HeaderClassName
{
color: #70640E;
}
.AnyTagClassName
{
color: #70640E;
}
</style>
background-color css
<style>
a { background-color: #70640E; }
a { background-color: rgb(112,100,14); }
div.DivClassName
{
background-color: #70640E;
}
.BgClassName
{
background-color: #70640E;
}
</style>
border-color css
<style>
span { border-color: #70640E; }
span { border-color: rgb(112,100,14); }
td.TdClassName
{
border-color: #70640E;
}
.TagClassName
{
border-color: #70640E;
}
</style>