Shades of Yukon Gold #72640E
Tints of Yukon Gold #72640E
RGB
CMYK
RGB Variations
Color information
#72640E (or 0x72640E) is known color: Yukon Gold. HEX triplet: 72, 64 and 0E. RGB value is (114,100,14). Sum of RGB (Red+Green+Blue) = 114+100+14=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72640E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72640E is #8D9BF1. Grayscale: #5E5E5E. Windows color (decimal): -9280498 or 943218. OLE color: 943218.
HSL color Cylindrical-coordinate representation of color #72640E: hue angle of 51.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72640E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 14 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.55 |
| HSL | 51.6º | 0.78% | 0.25% | - |
| HSV(B) | 51.6º | 0.88% | 0.45% | - |
| XYZ | 11.58 | 12.72 | 2.26 | - |
| YUV | 94.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 14 | 0 | 0.12 | 0.88 | 0.55 | 51.6 | 0.78 | 0.25 |
| Hex | 72 | 64 | E | 0 | C | 58 | 37 | 34 | 4E | 19 |
| Octal | 162 | 144 | 16 | 0 | 14 | 130 | 67 | 64 | 116 | 31 |
| Binary | 1110010 | 1100100 | 1110 | 0 | 1100 | 1011000 | 110111 | 110100 | 1001110 | 11001 |
Color Harmonies of #72640E
Complementary color
Monochromatic Colors of #72640E
Black with #72640E
Text Example
Text Example
White with #72640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72640E; }
p { color: rgb(114,100,14); }
H1.HeaderClassName
{
color: #72640E;
}
.AnyTagClassName
{
color: #72640E;
}
</style>
background-color css
<style>
a { background-color: #72640E; }
a { background-color: rgb(114,100,14); }
div.DivClassName
{
background-color: #72640E;
}
.BgClassName
{
background-color: #72640E;
}
</style>
border-color css
<style>
span { border-color: #72640E; }
span { border-color: rgb(114,100,14); }
td.TdClassName
{
border-color: #72640E;
}
.TagClassName
{
border-color: #72640E;
}
</style>