Shades of Yukon Gold #70640A
Tints of Yukon Gold #70640A
RGB
CMYK
RGB Variations
Color information
#70640A (or 0x70640A) is known color: Yukon Gold. HEX triplet: 70, 64 and 0A. RGB value is (112,100,10). Sum of RGB (Red+Green+Blue) = 112+100+10=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640A is #8F9BF5. Grayscale: #5D5D5D. Windows color (decimal): -9411574 or 681072. OLE color: 681072.
HSL color Cylindrical-coordinate representation of color #70640A: hue angle of 52.94º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70640A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 10 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.56 |
| HSL | 52.94º | 0.84% | 0.24% | - |
| HSV(B) | 52.94º | 0.91% | 0.44% | - |
| XYZ | 11.29 | 12.58 | 2.12 | - |
| YUV | 93.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 10 | 0 | 0.11 | 0.91 | 0.56 | 52.94 | 0.84 | 0.24 |
| Hex | 70 | 64 | A | 0 | B | 5B | 38 | 35 | 54 | 18 |
| Octal | 160 | 144 | 12 | 0 | 13 | 133 | 70 | 65 | 124 | 30 |
| Binary | 1110000 | 1100100 | 1010 | 0 | 1011 | 1011011 | 111000 | 110101 | 1010100 | 11000 |
Color Harmonies of #70640A
Complementary color
Monochromatic Colors of #70640A
Black with #70640A
Text Example
Text Example
White with #70640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640A; }
p { color: rgb(112,100,10); }
H1.HeaderClassName
{
color: #70640A;
}
.AnyTagClassName
{
color: #70640A;
}
</style>
background-color css
<style>
a { background-color: #70640A; }
a { background-color: rgb(112,100,10); }
div.DivClassName
{
background-color: #70640A;
}
.BgClassName
{
background-color: #70640A;
}
</style>
border-color css
<style>
span { border-color: #70640A; }
span { border-color: rgb(112,100,10); }
td.TdClassName
{
border-color: #70640A;
}
.TagClassName
{
border-color: #70640A;
}
</style>