Shades of Yukon Gold #73670B
Tints of Yukon Gold #73670B
RGB
CMYK
RGB Variations
Color information
#73670B (or 0x73670B) is known color: Yukon Gold. HEX triplet: 73, 67 and 0B. RGB value is (115,103,11). Sum of RGB (Red+Green+Blue) = 115+103+11=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73670B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73670B is #8C98F4. Grayscale: #606060. Windows color (decimal): -9214197 or 747379. OLE color: 747379.
HSL color Cylindrical-coordinate representation of color #73670B: hue angle of 53.08º 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 #73670B is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 103 | 11 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.55 |
| HSL | 53.08º | 0.83% | 0.25% | - |
| HSV(B) | 53.08º | 0.9% | 0.45% | - |
| XYZ | 11.98 | 13.37 | 2.27 | - |
| YUV | 96.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 11 | 0 | 0.10 | 0.90 | 0.55 | 53.08 | 0.83 | 0.25 |
| Hex | 73 | 67 | B | 0 | A | 5A | 37 | 35 | 53 | 19 |
| Octal | 163 | 147 | 13 | 0 | 12 | 132 | 67 | 65 | 123 | 31 |
| Binary | 1110011 | 1100111 | 1011 | 0 | 1010 | 1011010 | 110111 | 110101 | 1010011 | 11001 |
Color Harmonies of #73670B
Complementary color
Monochromatic Colors of #73670B
Black with #73670B
Text Example
Text Example
White with #73670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73670B; }
p { color: rgb(115,103,11); }
H1.HeaderClassName
{
color: #73670B;
}
.AnyTagClassName
{
color: #73670B;
}
</style>
background-color css
<style>
a { background-color: #73670B; }
a { background-color: rgb(115,103,11); }
div.DivClassName
{
background-color: #73670B;
}
.BgClassName
{
background-color: #73670B;
}
</style>
border-color css
<style>
span { border-color: #73670B; }
span { border-color: rgb(115,103,11); }
td.TdClassName
{
border-color: #73670B;
}
.TagClassName
{
border-color: #73670B;
}
</style>