Shades of Yukon Gold #73690D
Tints of Yukon Gold #73690D
RGB
CMYK
RGB Variations
Color information
#73690D (or 0x73690D) is known color: Yukon Gold. HEX triplet: 73, 69 and 0D. RGB value is (115,105,13). Sum of RGB (Red+Green+Blue) = 115+105+13=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73690D is #8C96F2. Grayscale: #616161. Windows color (decimal): -9213683 or 878963. OLE color: 878963.
HSL color Cylindrical-coordinate representation of color #73690D: hue angle of 54.12º 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 #73690D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 13 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.55 |
| HSL | 54.12º | 0.8% | 0.25% | - |
| HSV(B) | 54.12º | 0.89% | 0.45% | - |
| XYZ | 12.19 | 13.78 | 2.4 | - |
| YUV | 97.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 13 | 0 | 0.09 | 0.89 | 0.55 | 54.12 | 0.8 | 0.25 |
| Hex | 73 | 69 | D | 0 | 9 | 59 | 37 | 36 | 50 | 19 |
| Octal | 163 | 151 | 15 | 0 | 11 | 131 | 67 | 66 | 120 | 31 |
| Binary | 1110011 | 1101001 | 1101 | 0 | 1001 | 1011001 | 110111 | 110110 | 1010000 | 11001 |
Color Harmonies of #73690D
Complementary color
Monochromatic Colors of #73690D
Black with #73690D
Text Example
Text Example
White with #73690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73690D; }
p { color: rgb(115,105,13); }
H1.HeaderClassName
{
color: #73690D;
}
.AnyTagClassName
{
color: #73690D;
}
</style>
background-color css
<style>
a { background-color: #73690D; }
a { background-color: rgb(115,105,13); }
div.DivClassName
{
background-color: #73690D;
}
.BgClassName
{
background-color: #73690D;
}
</style>
border-color css
<style>
span { border-color: #73690D; }
span { border-color: rgb(115,105,13); }
td.TdClassName
{
border-color: #73690D;
}
.TagClassName
{
border-color: #73690D;
}
</style>