Shades of Yukon Gold #73660D
Tints of Yukon Gold #73660D
RGB
CMYK
RGB Variations
Color information
#73660D (or 0x73660D) is known color: Yukon Gold. HEX triplet: 73, 66 and 0D. RGB value is (115,102,13). Sum of RGB (Red+Green+Blue) = 115+102+13=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73660D is #8C99F2. Grayscale: #606060. Windows color (decimal): -9214451 or 878195. OLE color: 878195.
HSL color Cylindrical-coordinate representation of color #73660D: hue angle of 52.35º 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 #73660D is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 102 | 13 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.55 |
| HSL | 52.35º | 0.8% | 0.25% | - |
| HSV(B) | 52.35º | 0.89% | 0.45% | - |
| XYZ | 11.89 | 13.18 | 2.3 | - |
| YUV | 95.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 102 | 13 | 0 | 0.11 | 0.89 | 0.55 | 52.35 | 0.8 | 0.25 |
| Hex | 73 | 66 | D | 0 | B | 59 | 37 | 34 | 50 | 19 |
| Octal | 163 | 146 | 15 | 0 | 13 | 131 | 67 | 64 | 120 | 31 |
| Binary | 1110011 | 1100110 | 1101 | 0 | 1011 | 1011001 | 110111 | 110100 | 1010000 | 11001 |
Color Harmonies of #73660D
Complementary color
Monochromatic Colors of #73660D
Black with #73660D
Text Example
Text Example
White with #73660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73660D; }
p { color: rgb(115,102,13); }
H1.HeaderClassName
{
color: #73660D;
}
.AnyTagClassName
{
color: #73660D;
}
</style>
background-color css
<style>
a { background-color: #73660D; }
a { background-color: rgb(115,102,13); }
div.DivClassName
{
background-color: #73660D;
}
.BgClassName
{
background-color: #73660D;
}
</style>
border-color css
<style>
span { border-color: #73660D; }
span { border-color: rgb(115,102,13); }
td.TdClassName
{
border-color: #73660D;
}
.TagClassName
{
border-color: #73660D;
}
</style>