Shades of Yukon Gold #72620C
Tints of Yukon Gold #72620C
RGB
CMYK
RGB Variations
Color information
#72620C (or 0x72620C) is known color: Yukon Gold. HEX triplet: 72, 62 and 0C. RGB value is (114,98,12). Sum of RGB (Red+Green+Blue) = 114+98+12=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72620C is #8D9DF3. Grayscale: #5D5D5D. Windows color (decimal): -9281012 or 811634. OLE color: 811634.
HSL color Cylindrical-coordinate representation of color #72620C: hue angle of 50.59º 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 #72620C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 12 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.55 |
| HSL | 50.59º | 0.81% | 0.25% | - |
| HSV(B) | 50.59º | 0.89% | 0.45% | - |
| XYZ | 11.37 | 12.34 | 2.13 | - |
| YUV | 92.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 12 | 0 | 0.14 | 0.89 | 0.55 | 50.59 | 0.81 | 0.25 |
| Hex | 72 | 62 | C | 0 | E | 59 | 37 | 33 | 51 | 19 |
| Octal | 162 | 142 | 14 | 0 | 16 | 131 | 67 | 63 | 121 | 31 |
| Binary | 1110010 | 1100010 | 1100 | 0 | 1110 | 1011001 | 110111 | 110011 | 1010001 | 11001 |
Color Harmonies of #72620C
Complementary color
Monochromatic Colors of #72620C
Black with #72620C
Text Example
Text Example
White with #72620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72620C; }
p { color: rgb(114,98,12); }
H1.HeaderClassName
{
color: #72620C;
}
.AnyTagClassName
{
color: #72620C;
}
</style>
background-color css
<style>
a { background-color: #72620C; }
a { background-color: rgb(114,98,12); }
div.DivClassName
{
background-color: #72620C;
}
.BgClassName
{
background-color: #72620C;
}
</style>
border-color css
<style>
span { border-color: #72620C; }
span { border-color: rgb(114,98,12); }
td.TdClassName
{
border-color: #72620C;
}
.TagClassName
{
border-color: #72620C;
}
</style>