Shades of Yukon Gold #73630E
Tints of Yukon Gold #73630E
RGB
CMYK
RGB Variations
Color information
#73630E (or 0x73630E) is known color: Yukon Gold. HEX triplet: 73, 63 and 0E. RGB value is (115,99,14). Sum of RGB (Red+Green+Blue) = 115+99+14=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73630E is #8C9CF1. Grayscale: #5E5E5E. Windows color (decimal): -9215218 or 942963. OLE color: 942963.
HSL color Cylindrical-coordinate representation of color #73630E: hue angle of 50.5º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73630E is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 14 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.55 |
| HSL | 50.5º | 0.78% | 0.25% | - |
| HSV(B) | 50.5º | 0.88% | 0.45% | - |
| XYZ | 11.61 | 12.6 | 2.24 | - |
| YUV | 94.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 14 | 0 | 0.14 | 0.88 | 0.55 | 50.5 | 0.78 | 0.25 |
| Hex | 73 | 63 | E | 0 | E | 58 | 37 | 32 | 4E | 19 |
| Octal | 163 | 143 | 16 | 0 | 16 | 130 | 67 | 62 | 116 | 31 |
| Binary | 1110011 | 1100011 | 1110 | 0 | 1110 | 1011000 | 110111 | 110010 | 1001110 | 11001 |
Color Harmonies of #73630E
Complementary color
Monochromatic Colors of #73630E
Black with #73630E
Text Example
Text Example
White with #73630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73630E; }
p { color: rgb(115,99,14); }
H1.HeaderClassName
{
color: #73630E;
}
.AnyTagClassName
{
color: #73630E;
}
</style>
background-color css
<style>
a { background-color: #73630E; }
a { background-color: rgb(115,99,14); }
div.DivClassName
{
background-color: #73630E;
}
.BgClassName
{
background-color: #73630E;
}
</style>
border-color css
<style>
span { border-color: #73630E; }
span { border-color: rgb(115,99,14); }
td.TdClassName
{
border-color: #73630E;
}
.TagClassName
{
border-color: #73630E;
}
</style>