Shades of Yukon Gold #73600B
Tints of Yukon Gold #73600B
RGB
CMYK
RGB Variations
Color information
#73600B (or 0x73600B) is known color: Yukon Gold. HEX triplet: 73, 60 and 0B. RGB value is (115,96,11). Sum of RGB (Red+Green+Blue) = 115+96+11=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73600B is #8C9FF4. Grayscale: #5C5C5C. Windows color (decimal): -9215989 or 745587. OLE color: 745587.
HSL color Cylindrical-coordinate representation of color #73600B: hue angle of 49.04º 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 #73600B is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 11 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.55 |
| HSL | 49.04º | 0.83% | 0.25% | - |
| HSV(B) | 49.04º | 0.9% | 0.45% | - |
| XYZ | 11.31 | 12.03 | 2.04 | - |
| YUV | 91.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 11 | 0 | 0.17 | 0.90 | 0.55 | 49.04 | 0.83 | 0.25 |
| Hex | 73 | 60 | B | 0 | 11 | 5A | 37 | 31 | 53 | 19 |
| Octal | 163 | 140 | 13 | 0 | 21 | 132 | 67 | 61 | 123 | 31 |
| Binary | 1110011 | 1100000 | 1011 | 0 | 10001 | 1011010 | 110111 | 110001 | 1010011 | 11001 |
Color Harmonies of #73600B
Complementary color
Monochromatic Colors of #73600B
Black with #73600B
Text Example
Text Example
White with #73600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73600B; }
p { color: rgb(115,96,11); }
H1.HeaderClassName
{
color: #73600B;
}
.AnyTagClassName
{
color: #73600B;
}
</style>
background-color css
<style>
a { background-color: #73600B; }
a { background-color: rgb(115,96,11); }
div.DivClassName
{
background-color: #73600B;
}
.BgClassName
{
background-color: #73600B;
}
</style>
border-color css
<style>
span { border-color: #73600B; }
span { border-color: rgb(115,96,11); }
td.TdClassName
{
border-color: #73600B;
}
.TagClassName
{
border-color: #73600B;
}
</style>