Shades of Yukon Gold #73601C
Tints of Yukon Gold #73601C
RGB
CMYK
RGB Variations
Color information
#73601C (or 0x73601C) is known color: Yukon Gold. HEX triplet: 73, 60 and 1C. RGB value is (115,96,28). Sum of RGB (Red+Green+Blue) = 115+96+28=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #73601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73601C is #8C9FE3. Grayscale: #5E5E5E. Windows color (decimal): -9215972 or 1859699. OLE color: 1859699.
HSL color Cylindrical-coordinate representation of color #73601C: hue angle of 46.9º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73601C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 28 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.55 |
| HSL | 46.9º | 0.61% | 0.28% | - |
| HSV(B) | 46.9º | 0.76% | 0.45% | - |
| XYZ | 11.46 | 12.09 | 2.83 | - |
| YUV | 93.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 28 | 0 | 0.17 | 0.76 | 0.55 | 46.9 | 0.61 | 0.28 |
| Hex | 73 | 60 | 1C | 0 | 11 | 4C | 37 | 2F | 3D | 1C |
| Octal | 163 | 140 | 34 | 0 | 21 | 114 | 67 | 57 | 75 | 34 |
| Binary | 1110011 | 1100000 | 11100 | 0 | 10001 | 1001100 | 110111 | 101111 | 111101 | 11100 |
Color Harmonies of #73601C
Complementary color
Monochromatic Colors of #73601C
Black with #73601C
Text Example
Text Example
White with #73601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73601C; }
p { color: rgb(115,96,28); }
H1.HeaderClassName
{
color: #73601C;
}
.AnyTagClassName
{
color: #73601C;
}
</style>
background-color css
<style>
a { background-color: #73601C; }
a { background-color: rgb(115,96,28); }
div.DivClassName
{
background-color: #73601C;
}
.BgClassName
{
background-color: #73601C;
}
</style>
border-color css
<style>
span { border-color: #73601C; }
span { border-color: rgb(115,96,28); }
td.TdClassName
{
border-color: #73601C;
}
.TagClassName
{
border-color: #73601C;
}
</style>