Shades of Yukon Gold #73620B
Tints of Yukon Gold #73620B
RGB
CMYK
RGB Variations
Color information
#73620B (or 0x73620B) is known color: Yukon Gold. HEX triplet: 73, 62 and 0B. RGB value is (115,98,11). Sum of RGB (Red+Green+Blue) = 115+98+11=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73620B is #8C9DF4. Grayscale: #5D5D5D. Windows color (decimal): -9215477 or 746099. OLE color: 746099.
HSL color Cylindrical-coordinate representation of color #73620B: hue angle of 50.19º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73620B is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 11 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.55 |
| HSL | 50.19º | 0.83% | 0.25% | - |
| HSV(B) | 50.19º | 0.9% | 0.45% | - |
| XYZ | 11.5 | 12.4 | 2.1 | - |
| YUV | 93.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 11 | 0 | 0.15 | 0.90 | 0.55 | 50.19 | 0.83 | 0.25 |
| Hex | 73 | 62 | B | 0 | F | 5A | 37 | 32 | 53 | 19 |
| Octal | 163 | 142 | 13 | 0 | 17 | 132 | 67 | 62 | 123 | 31 |
| Binary | 1110011 | 1100010 | 1011 | 0 | 1111 | 1011010 | 110111 | 110010 | 1010011 | 11001 |
Color Harmonies of #73620B
Complementary color
Monochromatic Colors of #73620B
Black with #73620B
Text Example
Text Example
White with #73620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73620B; }
p { color: rgb(115,98,11); }
H1.HeaderClassName
{
color: #73620B;
}
.AnyTagClassName
{
color: #73620B;
}
</style>
background-color css
<style>
a { background-color: #73620B; }
a { background-color: rgb(115,98,11); }
div.DivClassName
{
background-color: #73620B;
}
.BgClassName
{
background-color: #73620B;
}
</style>
border-color css
<style>
span { border-color: #73620B; }
span { border-color: rgb(115,98,11); }
td.TdClassName
{
border-color: #73620B;
}
.TagClassName
{
border-color: #73620B;
}
</style>