Shades of Yukon Gold #73680D
Tints of Yukon Gold #73680D
RGB
CMYK
RGB Variations
Color information
#73680D (or 0x73680D) is known color: Yukon Gold. HEX triplet: 73, 68 and 0D. RGB value is (115,104,13). Sum of RGB (Red+Green+Blue) = 115+104+13=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73680D is #8C97F2. Grayscale: #616161. Windows color (decimal): -9213939 or 878707. OLE color: 878707.
HSL color Cylindrical-coordinate representation of color #73680D: hue angle of 53.53º 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 #73680D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 13 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.55 |
| HSL | 53.53º | 0.8% | 0.25% | - |
| HSV(B) | 53.53º | 0.89% | 0.45% | - |
| XYZ | 12.09 | 13.57 | 2.36 | - |
| YUV | 96.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 13 | 0 | 0.10 | 0.89 | 0.55 | 53.53 | 0.8 | 0.25 |
| Hex | 73 | 68 | D | 0 | A | 59 | 37 | 36 | 50 | 19 |
| Octal | 163 | 150 | 15 | 0 | 12 | 131 | 67 | 66 | 120 | 31 |
| Binary | 1110011 | 1101000 | 1101 | 0 | 1010 | 1011001 | 110111 | 110110 | 1010000 | 11001 |
Color Harmonies of #73680D
Complementary color
Monochromatic Colors of #73680D
Black with #73680D
Text Example
Text Example
White with #73680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73680D; }
p { color: rgb(115,104,13); }
H1.HeaderClassName
{
color: #73680D;
}
.AnyTagClassName
{
color: #73680D;
}
</style>
background-color css
<style>
a { background-color: #73680D; }
a { background-color: rgb(115,104,13); }
div.DivClassName
{
background-color: #73680D;
}
.BgClassName
{
background-color: #73680D;
}
</style>
border-color css
<style>
span { border-color: #73680D; }
span { border-color: rgb(115,104,13); }
td.TdClassName
{
border-color: #73680D;
}
.TagClassName
{
border-color: #73680D;
}
</style>