Shades of Yukon Gold #72610B
Tints of Yukon Gold #72610B
RGB
CMYK
RGB Variations
Color information
#72610B (or 0x72610B) is known color: Yukon Gold. HEX triplet: 72, 61 and 0B. RGB value is (114,97,11). Sum of RGB (Red+Green+Blue) = 114+97+11=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72610B is #8D9EF4. Grayscale: #5C5C5C. Windows color (decimal): -9281269 or 745842. OLE color: 745842.
HSL color Cylindrical-coordinate representation of color #72610B: hue angle of 50.1º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72610B is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 11 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.55 |
| HSL | 50.1º | 0.82% | 0.25% | - |
| HSV(B) | 50.1º | 0.9% | 0.45% | - |
| XYZ | 11.27 | 12.15 | 2.07 | - |
| YUV | 92.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 11 | 0 | 0.15 | 0.90 | 0.55 | 50.1 | 0.82 | 0.25 |
| Hex | 72 | 61 | B | 0 | F | 5A | 37 | 32 | 52 | 19 |
| Octal | 162 | 141 | 13 | 0 | 17 | 132 | 67 | 62 | 122 | 31 |
| Binary | 1110010 | 1100001 | 1011 | 0 | 1111 | 1011010 | 110111 | 110010 | 1010010 | 11001 |
Color Harmonies of #72610B
Complementary color
Monochromatic Colors of #72610B
Black with #72610B
Text Example
Text Example
White with #72610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72610B; }
p { color: rgb(114,97,11); }
H1.HeaderClassName
{
color: #72610B;
}
.AnyTagClassName
{
color: #72610B;
}
</style>
background-color css
<style>
a { background-color: #72610B; }
a { background-color: rgb(114,97,11); }
div.DivClassName
{
background-color: #72610B;
}
.BgClassName
{
background-color: #72610B;
}
</style>
border-color css
<style>
span { border-color: #72610B; }
span { border-color: rgb(114,97,11); }
td.TdClassName
{
border-color: #72610B;
}
.TagClassName
{
border-color: #72610B;
}
</style>