Shades of Yukon Gold #70610B
Tints of Yukon Gold #70610B
RGB
CMYK
RGB Variations
Color information
#70610B (or 0x70610B) is known color: Yukon Gold. HEX triplet: 70, 61 and 0B. RGB value is (112,97,11). Sum of RGB (Red+Green+Blue) = 112+97+11=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70610B is #8F9EF4. Grayscale: #5C5C5C. Windows color (decimal): -9412341 or 745840. OLE color: 745840.
HSL color Cylindrical-coordinate representation of color #70610B: hue angle of 51.09º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70610B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 11 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.56 |
| HSL | 51.09º | 0.82% | 0.24% | - |
| HSV(B) | 51.09º | 0.9% | 0.44% | - |
| XYZ | 11.02 | 12.02 | 2.06 | - |
| YUV | 91.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 11 | 0 | 0.13 | 0.90 | 0.56 | 51.09 | 0.82 | 0.24 |
| Hex | 70 | 61 | B | 0 | D | 5A | 38 | 33 | 52 | 18 |
| Octal | 160 | 141 | 13 | 0 | 15 | 132 | 70 | 63 | 122 | 30 |
| Binary | 1110000 | 1100001 | 1011 | 0 | 1101 | 1011010 | 111000 | 110011 | 1010010 | 11000 |
Color Harmonies of #70610B
Complementary color
Monochromatic Colors of #70610B
Black with #70610B
Text Example
Text Example
White with #70610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70610B; }
p { color: rgb(112,97,11); }
H1.HeaderClassName
{
color: #70610B;
}
.AnyTagClassName
{
color: #70610B;
}
</style>
background-color css
<style>
a { background-color: #70610B; }
a { background-color: rgb(112,97,11); }
div.DivClassName
{
background-color: #70610B;
}
.BgClassName
{
background-color: #70610B;
}
</style>
border-color css
<style>
span { border-color: #70610B; }
span { border-color: rgb(112,97,11); }
td.TdClassName
{
border-color: #70610B;
}
.TagClassName
{
border-color: #70610B;
}
</style>