Shades of Yukon Gold #72630A
Tints of Yukon Gold #72630A
RGB
CMYK
RGB Variations
Color information
#72630A (or 0x72630A) is known color: Yukon Gold. HEX triplet: 72, 63 and 0A. RGB value is (114,99,10). Sum of RGB (Red+Green+Blue) = 114+99+10=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72630A is #8D9CF5. Grayscale: #5D5D5D. Windows color (decimal): -9280758 or 680818. OLE color: 680818.
HSL color Cylindrical-coordinate representation of color #72630A: hue angle of 51.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72630A is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 10 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.55 |
| HSL | 51.35º | 0.84% | 0.24% | - |
| HSV(B) | 51.35º | 0.91% | 0.45% | - |
| XYZ | 11.46 | 12.52 | 2.1 | - |
| YUV | 93.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 10 | 0 | 0.13 | 0.91 | 0.55 | 51.35 | 0.84 | 0.24 |
| Hex | 72 | 63 | A | 0 | D | 5B | 37 | 33 | 54 | 18 |
| Octal | 162 | 143 | 12 | 0 | 15 | 133 | 67 | 63 | 124 | 30 |
| Binary | 1110010 | 1100011 | 1010 | 0 | 1101 | 1011011 | 110111 | 110011 | 1010100 | 11000 |
Color Harmonies of #72630A
Complementary color
Monochromatic Colors of #72630A
Black with #72630A
Text Example
Text Example
White with #72630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72630A; }
p { color: rgb(114,99,10); }
H1.HeaderClassName
{
color: #72630A;
}
.AnyTagClassName
{
color: #72630A;
}
</style>
background-color css
<style>
a { background-color: #72630A; }
a { background-color: rgb(114,99,10); }
div.DivClassName
{
background-color: #72630A;
}
.BgClassName
{
background-color: #72630A;
}
</style>
border-color css
<style>
span { border-color: #72630A; }
span { border-color: rgb(114,99,10); }
td.TdClassName
{
border-color: #72630A;
}
.TagClassName
{
border-color: #72630A;
}
</style>