Shades of Yukon Gold #70640F
Tints of Yukon Gold #70640F
RGB
CMYK
RGB Variations
Color information
#70640F (or 0x70640F) is known color: Yukon Gold. HEX triplet: 70, 64 and 0F. RGB value is (112,100,15). Sum of RGB (Red+Green+Blue) = 112+100+15=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640F is #8F9BF0. Grayscale: #5E5E5E. Windows color (decimal): -9411569 or 1008752. OLE color: 1008752.
HSL color Cylindrical-coordinate representation of color #70640F: hue angle of 52.58º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70640F is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 15 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.56 |
| HSL | 52.58º | 0.76% | 0.25% | - |
| HSV(B) | 52.58º | 0.87% | 0.44% | - |
| XYZ | 11.33 | 12.59 | 2.29 | - |
| YUV | 93.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 15 | 0 | 0.11 | 0.87 | 0.56 | 52.58 | 0.76 | 0.25 |
| Hex | 70 | 64 | F | 0 | B | 57 | 38 | 35 | 4C | 19 |
| Octal | 160 | 144 | 17 | 0 | 13 | 127 | 70 | 65 | 114 | 31 |
| Binary | 1110000 | 1100100 | 1111 | 0 | 1011 | 1010111 | 111000 | 110101 | 1001100 | 11001 |
Color Harmonies of #70640F
Complementary color
Monochromatic Colors of #70640F
Black with #70640F
Text Example
Text Example
White with #70640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70640F; }
p { color: rgb(112,100,15); }
H1.HeaderClassName
{
color: #70640F;
}
.AnyTagClassName
{
color: #70640F;
}
</style>
background-color css
<style>
a { background-color: #70640F; }
a { background-color: rgb(112,100,15); }
div.DivClassName
{
background-color: #70640F;
}
.BgClassName
{
background-color: #70640F;
}
</style>
border-color css
<style>
span { border-color: #70640F; }
span { border-color: rgb(112,100,15); }
td.TdClassName
{
border-color: #70640F;
}
.TagClassName
{
border-color: #70640F;
}
</style>