Shades of Yukon Gold #70640D
Tints of Yukon Gold #70640D
RGB
CMYK
RGB Variations
Color information
#70640D (or 0x70640D) is known color: Yukon Gold. HEX triplet: 70, 64 and 0D. RGB value is (112,100,13). Sum of RGB (Red+Green+Blue) = 112+100+13=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640D is #8F9BF2. Grayscale: #5E5E5E. Windows color (decimal): -9411571 or 877680. OLE color: 877680.
HSL color Cylindrical-coordinate representation of color #70640D: hue angle of 52.73º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70640D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 13 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.56 |
| HSL | 52.73º | 0.79% | 0.25% | - |
| HSV(B) | 52.73º | 0.88% | 0.44% | - |
| XYZ | 11.31 | 12.59 | 2.21 | - |
| YUV | 93.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 13 | 0 | 0.11 | 0.88 | 0.56 | 52.73 | 0.79 | 0.25 |
| Hex | 70 | 64 | D | 0 | B | 58 | 38 | 35 | 4F | 19 |
| Octal | 160 | 144 | 15 | 0 | 13 | 130 | 70 | 65 | 117 | 31 |
| Binary | 1110000 | 1100100 | 1101 | 0 | 1011 | 1011000 | 111000 | 110101 | 1001111 | 11001 |
Color Harmonies of #70640D
Complementary color
Monochromatic Colors of #70640D
Black with #70640D
Text Example
Text Example
White with #70640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640D; }
p { color: rgb(112,100,13); }
H1.HeaderClassName
{
color: #70640D;
}
.AnyTagClassName
{
color: #70640D;
}
</style>
background-color css
<style>
a { background-color: #70640D; }
a { background-color: rgb(112,100,13); }
div.DivClassName
{
background-color: #70640D;
}
.BgClassName
{
background-color: #70640D;
}
</style>
border-color css
<style>
span { border-color: #70640D; }
span { border-color: rgb(112,100,13); }
td.TdClassName
{
border-color: #70640D;
}
.TagClassName
{
border-color: #70640D;
}
</style>