Shades of Yukon Gold #73650D
Tints of Yukon Gold #73650D
RGB
CMYK
RGB Variations
Color information
#73650D (or 0x73650D) is known color: Yukon Gold. HEX triplet: 73, 65 and 0D. RGB value is (115,101,13). Sum of RGB (Red+Green+Blue) = 115+101+13=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73650D is #8C9AF2. Grayscale: #5F5F5F. Windows color (decimal): -9214707 or 877939. OLE color: 877939.
HSL color Cylindrical-coordinate representation of color #73650D: hue angle of 51.76º 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 #73650D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 101 | 13 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.55 |
| HSL | 51.76º | 0.8% | 0.25% | - |
| HSV(B) | 51.76º | 0.89% | 0.45% | - |
| XYZ | 11.8 | 12.98 | 2.26 | - |
| YUV | 95.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 13 | 0 | 0.12 | 0.89 | 0.55 | 51.76 | 0.8 | 0.25 |
| Hex | 73 | 65 | D | 0 | C | 59 | 37 | 34 | 50 | 19 |
| Octal | 163 | 145 | 15 | 0 | 14 | 131 | 67 | 64 | 120 | 31 |
| Binary | 1110011 | 1100101 | 1101 | 0 | 1100 | 1011001 | 110111 | 110100 | 1010000 | 11001 |
Color Harmonies of #73650D
Complementary color
Monochromatic Colors of #73650D
Black with #73650D
Text Example
Text Example
White with #73650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73650D; }
p { color: rgb(115,101,13); }
H1.HeaderClassName
{
color: #73650D;
}
.AnyTagClassName
{
color: #73650D;
}
</style>
background-color css
<style>
a { background-color: #73650D; }
a { background-color: rgb(115,101,13); }
div.DivClassName
{
background-color: #73650D;
}
.BgClassName
{
background-color: #73650D;
}
</style>
border-color css
<style>
span { border-color: #73650D; }
span { border-color: rgb(115,101,13); }
td.TdClassName
{
border-color: #73650D;
}
.TagClassName
{
border-color: #73650D;
}
</style>