Shades of Yukon Gold #73640D
Tints of Yukon Gold #73640D
RGB
CMYK
RGB Variations
Color information
#73640D (or 0x73640D) is known color: Yukon Gold. HEX triplet: 73, 64 and 0D. RGB value is (115,100,13). Sum of RGB (Red+Green+Blue) = 115+100+13=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #73640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73640D is #8C9BF2. Grayscale: #5E5E5E. Windows color (decimal): -9214963 or 877683. OLE color: 877683.
HSL color Cylindrical-coordinate representation of color #73640D: hue angle of 51.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73640D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 100 | 13 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.55 |
| HSL | 51.18º | 0.8% | 0.25% | - |
| HSV(B) | 51.18º | 0.89% | 0.45% | - |
| XYZ | 11.7 | 12.79 | 2.23 | - |
| YUV | 94.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 13 | 0 | 0.13 | 0.89 | 0.55 | 51.18 | 0.8 | 0.25 |
| Hex | 73 | 64 | D | 0 | D | 59 | 37 | 33 | 50 | 19 |
| Octal | 163 | 144 | 15 | 0 | 15 | 131 | 67 | 63 | 120 | 31 |
| Binary | 1110011 | 1100100 | 1101 | 0 | 1101 | 1011001 | 110111 | 110011 | 1010000 | 11001 |
Color Harmonies of #73640D
Complementary color
Monochromatic Colors of #73640D
Black with #73640D
Text Example
Text Example
White with #73640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73640D; }
p { color: rgb(115,100,13); }
H1.HeaderClassName
{
color: #73640D;
}
.AnyTagClassName
{
color: #73640D;
}
</style>
background-color css
<style>
a { background-color: #73640D; }
a { background-color: rgb(115,100,13); }
div.DivClassName
{
background-color: #73640D;
}
.BgClassName
{
background-color: #73640D;
}
</style>
border-color css
<style>
span { border-color: #73640D; }
span { border-color: rgb(115,100,13); }
td.TdClassName
{
border-color: #73640D;
}
.TagClassName
{
border-color: #73640D;
}
</style>