Shades of Yukon Gold #72640C
Tints of Yukon Gold #72640C
RGB
CMYK
RGB Variations
Color information
#72640C (or 0x72640C) is known color: Yukon Gold. HEX triplet: 72, 64 and 0C. RGB value is (114,100,12). Sum of RGB (Red+Green+Blue) = 114+100+12=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72640C is #8D9BF3. Grayscale: #5E5E5E. Windows color (decimal): -9280500 or 812146. OLE color: 812146.
HSL color Cylindrical-coordinate representation of color #72640C: hue angle of 51.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72640C is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 100 | 12 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.55 |
| HSL | 51.76º | 0.81% | 0.25% | - |
| HSV(B) | 51.76º | 0.89% | 0.45% | - |
| XYZ | 11.56 | 12.72 | 2.19 | - |
| YUV | 94.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 12 | 0 | 0.12 | 0.89 | 0.55 | 51.76 | 0.81 | 0.25 |
| Hex | 72 | 64 | C | 0 | C | 59 | 37 | 34 | 51 | 19 |
| Octal | 162 | 144 | 14 | 0 | 14 | 131 | 67 | 64 | 121 | 31 |
| Binary | 1110010 | 1100100 | 1100 | 0 | 1100 | 1011001 | 110111 | 110100 | 1010001 | 11001 |
Color Harmonies of #72640C
Complementary color
Monochromatic Colors of #72640C
Black with #72640C
Text Example
Text Example
White with #72640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72640C; }
p { color: rgb(114,100,12); }
H1.HeaderClassName
{
color: #72640C;
}
.AnyTagClassName
{
color: #72640C;
}
</style>
background-color css
<style>
a { background-color: #72640C; }
a { background-color: rgb(114,100,12); }
div.DivClassName
{
background-color: #72640C;
}
.BgClassName
{
background-color: #72640C;
}
</style>
border-color css
<style>
span { border-color: #72640C; }
span { border-color: rgb(114,100,12); }
td.TdClassName
{
border-color: #72640C;
}
.TagClassName
{
border-color: #72640C;
}
</style>