Shades of Yukon Gold #726512
Tints of Yukon Gold #726512
RGB
CMYK
RGB Variations
Color information
#726512 (or 0x726512) is known color: Yukon Gold. HEX triplet: 72, 65 and 12. RGB value is (114,101,18). Sum of RGB (Red+Green+Blue) = 114+101+18=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726512 is #8D9AED. Grayscale: #5F5F5F. Windows color (decimal): -9280238 or 1205618. OLE color: 1205618.
HSL color Cylindrical-coordinate representation of color #726512: hue angle of 51.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #726512 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 18 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.55 |
| HSL | 51.88º | 0.73% | 0.26% | - |
| HSV(B) | 51.88º | 0.84% | 0.45% | - |
| XYZ | 11.7 | 12.93 | 2.45 | - |
| YUV | 95.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 18 | 0 | 0.11 | 0.84 | 0.55 | 51.88 | 0.73 | 0.26 |
| Hex | 72 | 65 | 12 | 0 | B | 54 | 37 | 34 | 49 | 1A |
| Octal | 162 | 145 | 22 | 0 | 13 | 124 | 67 | 64 | 111 | 32 |
| Binary | 1110010 | 1100101 | 10010 | 0 | 1011 | 1010100 | 110111 | 110100 | 1001001 | 11010 |
Color Harmonies of #726512
Complementary color
Monochromatic Colors of #726512
Black with #726512
Text Example
Text Example
White with #726512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726512; }
p { color: rgb(114,101,18); }
H1.HeaderClassName
{
color: #726512;
}
.AnyTagClassName
{
color: #726512;
}
</style>
background-color css
<style>
a { background-color: #726512; }
a { background-color: rgb(114,101,18); }
div.DivClassName
{
background-color: #726512;
}
.BgClassName
{
background-color: #726512;
}
</style>
border-color css
<style>
span { border-color: #726512; }
span { border-color: rgb(114,101,18); }
td.TdClassName
{
border-color: #726512;
}
.TagClassName
{
border-color: #726512;
}
</style>