Shades of Yukon Gold #72620D
Tints of Yukon Gold #72620D
RGB
CMYK
RGB Variations
Color information
#72620D (or 0x72620D) is known color: Yukon Gold. HEX triplet: 72, 62 and 0D. RGB value is (114,98,13). Sum of RGB (Red+Green+Blue) = 114+98+13=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72620D is #8D9DF2. Grayscale: #5D5D5D. Windows color (decimal): -9281011 or 877170. OLE color: 877170.
HSL color Cylindrical-coordinate representation of color #72620D: hue angle of 50.5º degrees, saturation: 0.8, 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 #72620D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 13 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.55 |
| HSL | 50.5º | 0.8% | 0.25% | - |
| HSV(B) | 50.5º | 0.89% | 0.45% | - |
| XYZ | 11.38 | 12.34 | 2.16 | - |
| YUV | 93.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 13 | 0 | 0.14 | 0.89 | 0.55 | 50.5 | 0.8 | 0.25 |
| Hex | 72 | 62 | D | 0 | E | 59 | 37 | 32 | 50 | 19 |
| Octal | 162 | 142 | 15 | 0 | 16 | 131 | 67 | 62 | 120 | 31 |
| Binary | 1110010 | 1100010 | 1101 | 0 | 1110 | 1011001 | 110111 | 110010 | 1010000 | 11001 |
Color Harmonies of #72620D
Complementary color
Monochromatic Colors of #72620D
Black with #72620D
Text Example
Text Example
White with #72620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72620D; }
p { color: rgb(114,98,13); }
H1.HeaderClassName
{
color: #72620D;
}
.AnyTagClassName
{
color: #72620D;
}
</style>
background-color css
<style>
a { background-color: #72620D; }
a { background-color: rgb(114,98,13); }
div.DivClassName
{
background-color: #72620D;
}
.BgClassName
{
background-color: #72620D;
}
</style>
border-color css
<style>
span { border-color: #72620D; }
span { border-color: rgb(114,98,13); }
td.TdClassName
{
border-color: #72620D;
}
.TagClassName
{
border-color: #72620D;
}
</style>