Shades of Yukon Gold #70600A
Tints of Yukon Gold #70600A
RGB
CMYK
RGB Variations
Color information
#70600A (or 0x70600A) is known color: Yukon Gold. HEX triplet: 70, 60 and 0A. RGB value is (112,96,10). Sum of RGB (Red+Green+Blue) = 112+96+10=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70600A is #8F9FF5. Grayscale: #5B5B5B. Windows color (decimal): -9412598 or 680048. OLE color: 680048.
HSL color Cylindrical-coordinate representation of color #70600A: hue angle of 50.59º 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 #70600A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 10 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.56 |
| HSL | 50.59º | 0.84% | 0.24% | - |
| HSV(B) | 50.59º | 0.91% | 0.44% | - |
| XYZ | 10.92 | 11.83 | 2 | - |
| YUV | 90.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 10 | 0 | 0.14 | 0.91 | 0.56 | 50.59 | 0.84 | 0.24 |
| Hex | 70 | 60 | A | 0 | E | 5B | 38 | 33 | 54 | 18 |
| Octal | 160 | 140 | 12 | 0 | 16 | 133 | 70 | 63 | 124 | 30 |
| Binary | 1110000 | 1100000 | 1010 | 0 | 1110 | 1011011 | 111000 | 110011 | 1010100 | 11000 |
Color Harmonies of #70600A
Complementary color
Monochromatic Colors of #70600A
Black with #70600A
Text Example
Text Example
White with #70600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70600A; }
p { color: rgb(112,96,10); }
H1.HeaderClassName
{
color: #70600A;
}
.AnyTagClassName
{
color: #70600A;
}
</style>
background-color css
<style>
a { background-color: #70600A; }
a { background-color: rgb(112,96,10); }
div.DivClassName
{
background-color: #70600A;
}
.BgClassName
{
background-color: #70600A;
}
</style>
border-color css
<style>
span { border-color: #70600A; }
span { border-color: rgb(112,96,10); }
td.TdClassName
{
border-color: #70600A;
}
.TagClassName
{
border-color: #70600A;
}
</style>