Shades of Yukon Gold #72660D
Tints of Yukon Gold #72660D
RGB
CMYK
RGB Variations
Color information
#72660D (or 0x72660D) is known color: Yukon Gold. HEX triplet: 72, 66 and 0D. RGB value is (114,102,13). Sum of RGB (Red+Green+Blue) = 114+102+13=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72660D is #8D99F2. Grayscale: #5F5F5F. Windows color (decimal): -9279987 or 878194. OLE color: 878194.
HSL color Cylindrical-coordinate representation of color #72660D: hue angle of 52.87º 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 #72660D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 13 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.55 |
| HSL | 52.87º | 0.8% | 0.25% | - |
| HSV(B) | 52.87º | 0.89% | 0.45% | - |
| XYZ | 11.76 | 13.11 | 2.29 | - |
| YUV | 95.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 13 | 0 | 0.11 | 0.89 | 0.55 | 52.87 | 0.8 | 0.25 |
| Hex | 72 | 66 | D | 0 | B | 59 | 37 | 35 | 50 | 19 |
| Octal | 162 | 146 | 15 | 0 | 13 | 131 | 67 | 65 | 120 | 31 |
| Binary | 1110010 | 1100110 | 1101 | 0 | 1011 | 1011001 | 110111 | 110101 | 1010000 | 11001 |
Color Harmonies of #72660D
Complementary color
Monochromatic Colors of #72660D
Black with #72660D
Text Example
Text Example
White with #72660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72660D; }
p { color: rgb(114,102,13); }
H1.HeaderClassName
{
color: #72660D;
}
.AnyTagClassName
{
color: #72660D;
}
</style>
background-color css
<style>
a { background-color: #72660D; }
a { background-color: rgb(114,102,13); }
div.DivClassName
{
background-color: #72660D;
}
.BgClassName
{
background-color: #72660D;
}
</style>
border-color css
<style>
span { border-color: #72660D; }
span { border-color: rgb(114,102,13); }
td.TdClassName
{
border-color: #72660D;
}
.TagClassName
{
border-color: #72660D;
}
</style>