Shades of Yukon Gold #70640B
Tints of Yukon Gold #70640B
RGB
CMYK
RGB Variations
Color information
#70640B (or 0x70640B) is known color: Yukon Gold. HEX triplet: 70, 64 and 0B. RGB value is (112,100,11). Sum of RGB (Red+Green+Blue) = 112+100+11=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640B is #8F9BF4. Grayscale: #5D5D5D. Windows color (decimal): -9411573 or 746608. OLE color: 746608.
HSL color Cylindrical-coordinate representation of color #70640B: hue angle of 52.87º 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 #70640B is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 11 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.56 |
| HSL | 52.87º | 0.82% | 0.24% | - |
| HSV(B) | 52.87º | 0.9% | 0.44% | - |
| XYZ | 11.3 | 12.58 | 2.15 | - |
| YUV | 93.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 11 | 0 | 0.11 | 0.90 | 0.56 | 52.87 | 0.82 | 0.24 |
| Hex | 70 | 64 | B | 0 | B | 5A | 38 | 35 | 52 | 18 |
| Octal | 160 | 144 | 13 | 0 | 13 | 132 | 70 | 65 | 122 | 30 |
| Binary | 1110000 | 1100100 | 1011 | 0 | 1011 | 1011010 | 111000 | 110101 | 1010010 | 11000 |
Color Harmonies of #70640B
Complementary color
Monochromatic Colors of #70640B
Black with #70640B
Text Example
Text Example
White with #70640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640B; }
p { color: rgb(112,100,11); }
H1.HeaderClassName
{
color: #70640B;
}
.AnyTagClassName
{
color: #70640B;
}
</style>
background-color css
<style>
a { background-color: #70640B; }
a { background-color: rgb(112,100,11); }
div.DivClassName
{
background-color: #70640B;
}
.BgClassName
{
background-color: #70640B;
}
</style>
border-color css
<style>
span { border-color: #70640B; }
span { border-color: rgb(112,100,11); }
td.TdClassName
{
border-color: #70640B;
}
.TagClassName
{
border-color: #70640B;
}
</style>