Shades of Yukon Gold #72600F
Tints of Yukon Gold #72600F
RGB
CMYK
RGB Variations
Color information
#72600F (or 0x72600F) is known color: Yukon Gold. HEX triplet: 72, 60 and 0F. RGB value is (114,96,15). Sum of RGB (Red+Green+Blue) = 114+96+15=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72600F is #8D9FF0. Grayscale: #5C5C5C. Windows color (decimal): -9281521 or 1007730. OLE color: 1007730.
HSL color Cylindrical-coordinate representation of color #72600F: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72600F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 15 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.55 |
| HSL | 49.09º | 0.77% | 0.25% | - |
| HSV(B) | 49.09º | 0.87% | 0.45% | - |
| XYZ | 11.21 | 11.98 | 2.17 | - |
| YUV | 92.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 15 | 0 | 0.16 | 0.87 | 0.55 | 49.09 | 0.77 | 0.25 |
| Hex | 72 | 60 | F | 0 | 10 | 57 | 37 | 31 | 4D | 19 |
| Octal | 162 | 140 | 17 | 0 | 20 | 127 | 67 | 61 | 115 | 31 |
| Binary | 1110010 | 1100000 | 1111 | 0 | 10000 | 1010111 | 110111 | 110001 | 1001101 | 11001 |
Color Harmonies of #72600F
Complementary color
Monochromatic Colors of #72600F
Black with #72600F
Text Example
Text Example
White with #72600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72600F; }
p { color: rgb(114,96,15); }
H1.HeaderClassName
{
color: #72600F;
}
.AnyTagClassName
{
color: #72600F;
}
</style>
background-color css
<style>
a { background-color: #72600F; }
a { background-color: rgb(114,96,15); }
div.DivClassName
{
background-color: #72600F;
}
.BgClassName
{
background-color: #72600F;
}
</style>
border-color css
<style>
span { border-color: #72600F; }
span { border-color: rgb(114,96,15); }
td.TdClassName
{
border-color: #72600F;
}
.TagClassName
{
border-color: #72600F;
}
</style>