Shades of Yukon Gold #73611E
Tints of Yukon Gold #73611E
RGB
CMYK
RGB Variations
Color information
#73611E (or 0x73611E) is known color: Yukon Gold. HEX triplet: 73, 61 and 1E. RGB value is (115,97,30). Sum of RGB (Red+Green+Blue) = 115+97+30=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73611E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73611E is #8C9EE1. Grayscale: #5F5F5F. Windows color (decimal): -9215714 or 1991027. OLE color: 1991027.
HSL color Cylindrical-coordinate representation of color #73611E: hue angle of 47.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73611E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 30 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.55 |
| HSL | 47.29º | 0.59% | 0.28% | - |
| HSV(B) | 47.29º | 0.74% | 0.45% | - |
| XYZ | 11.58 | 12.29 | 2.99 | - |
| YUV | 94.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 30 | 0 | 0.16 | 0.74 | 0.55 | 47.29 | 0.59 | 0.28 |
| Hex | 73 | 61 | 1E | 0 | 10 | 4A | 37 | 2F | 3B | 1C |
| Octal | 163 | 141 | 36 | 0 | 20 | 112 | 67 | 57 | 73 | 34 |
| Binary | 1110011 | 1100001 | 11110 | 0 | 10000 | 1001010 | 110111 | 101111 | 111011 | 11100 |
Color Harmonies of #73611E
Complementary color
Monochromatic Colors of #73611E
Black with #73611E
Text Example
Text Example
White with #73611E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73611E; }
p { color: rgb(115,97,30); }
H1.HeaderClassName
{
color: #73611E;
}
.AnyTagClassName
{
color: #73611E;
}
</style>
background-color css
<style>
a { background-color: #73611E; }
a { background-color: rgb(115,97,30); }
div.DivClassName
{
background-color: #73611E;
}
.BgClassName
{
background-color: #73611E;
}
</style>
border-color css
<style>
span { border-color: #73611E; }
span { border-color: rgb(115,97,30); }
td.TdClassName
{
border-color: #73611E;
}
.TagClassName
{
border-color: #73611E;
}
</style>