Shades of Yukon Gold #70640C
Tints of Yukon Gold #70640C
RGB
CMYK
RGB Variations
Color information
#70640C (or 0x70640C) is known color: Yukon Gold. HEX triplet: 70, 64 and 0C. RGB value is (112,100,12). Sum of RGB (Red+Green+Blue) = 112+100+12=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640C is #8F9BF3. Grayscale: #5D5D5D. Windows color (decimal): -9411572 or 812144. OLE color: 812144.
HSL color Cylindrical-coordinate representation of color #70640C: hue angle of 52.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70640C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 12 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.56 |
| HSL | 52.8º | 0.81% | 0.24% | - |
| HSV(B) | 52.8º | 0.89% | 0.44% | - |
| XYZ | 11.31 | 12.59 | 2.18 | - |
| YUV | 93.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 12 | 0 | 0.11 | 0.89 | 0.56 | 52.8 | 0.81 | 0.24 |
| Hex | 70 | 64 | C | 0 | B | 59 | 38 | 35 | 51 | 18 |
| Octal | 160 | 144 | 14 | 0 | 13 | 131 | 70 | 65 | 121 | 30 |
| Binary | 1110000 | 1100100 | 1100 | 0 | 1011 | 1011001 | 111000 | 110101 | 1010001 | 11000 |
Color Harmonies of #70640C
Complementary color
Monochromatic Colors of #70640C
Black with #70640C
Text Example
Text Example
White with #70640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640C; }
p { color: rgb(112,100,12); }
H1.HeaderClassName
{
color: #70640C;
}
.AnyTagClassName
{
color: #70640C;
}
</style>
background-color css
<style>
a { background-color: #70640C; }
a { background-color: rgb(112,100,12); }
div.DivClassName
{
background-color: #70640C;
}
.BgClassName
{
background-color: #70640C;
}
</style>
border-color css
<style>
span { border-color: #70640C; }
span { border-color: rgb(112,100,12); }
td.TdClassName
{
border-color: #70640C;
}
.TagClassName
{
border-color: #70640C;
}
</style>