Shades of Yukon Gold #726510
Tints of Yukon Gold #726510
RGB
CMYK
RGB Variations
Color information
#726510 (or 0x726510) is known color: Yukon Gold. HEX triplet: 72, 65 and 10. RGB value is (114,101,16). Sum of RGB (Red+Green+Blue) = 114+101+16=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726510 is #8D9AEF. Grayscale: #5F5F5F. Windows color (decimal): -9280240 or 1074546. OLE color: 1074546.
HSL color Cylindrical-coordinate representation of color #726510: hue angle of 52.04º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #726510 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 16 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.55 |
| HSL | 52.04º | 0.75% | 0.25% | - |
| HSV(B) | 52.04º | 0.86% | 0.45% | - |
| XYZ | 11.69 | 12.92 | 2.37 | - |
| YUV | 95.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 16 | 0 | 0.11 | 0.86 | 0.55 | 52.04 | 0.75 | 0.25 |
| Hex | 72 | 65 | 10 | 0 | B | 56 | 37 | 34 | 4B | 19 |
| Octal | 162 | 145 | 20 | 0 | 13 | 126 | 67 | 64 | 113 | 31 |
| Binary | 1110010 | 1100101 | 10000 | 0 | 1011 | 1010110 | 110111 | 110100 | 1001011 | 11001 |
Color Harmonies of #726510
Complementary color
Monochromatic Colors of #726510
Black with #726510
Text Example
Text Example
White with #726510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726510; }
p { color: rgb(114,101,16); }
H1.HeaderClassName
{
color: #726510;
}
.AnyTagClassName
{
color: #726510;
}
</style>
background-color css
<style>
a { background-color: #726510; }
a { background-color: rgb(114,101,16); }
div.DivClassName
{
background-color: #726510;
}
.BgClassName
{
background-color: #726510;
}
</style>
border-color css
<style>
span { border-color: #726510; }
span { border-color: rgb(114,101,16); }
td.TdClassName
{
border-color: #726510;
}
.TagClassName
{
border-color: #726510;
}
</style>