Shades of Yukon Gold #73630A
Tints of Yukon Gold #73630A
RGB
CMYK
RGB Variations
Color information
#73630A (or 0x73630A) is known color: Yukon Gold. HEX triplet: 73, 63 and 0A. RGB value is (115,99,10). Sum of RGB (Red+Green+Blue) = 115+99+10=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73630A is #8C9CF5. Grayscale: #5E5E5E. Windows color (decimal): -9215222 or 680819. OLE color: 680819.
HSL color Cylindrical-coordinate representation of color #73630A: hue angle of 50.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73630A is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 10 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.55 |
| HSL | 50.86º | 0.84% | 0.25% | - |
| HSV(B) | 50.86º | 0.91% | 0.45% | - |
| XYZ | 11.59 | 12.59 | 2.11 | - |
| YUV | 93.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 10 | 0 | 0.14 | 0.91 | 0.55 | 50.86 | 0.84 | 0.25 |
| Hex | 73 | 63 | A | 0 | E | 5B | 37 | 33 | 54 | 19 |
| Octal | 163 | 143 | 12 | 0 | 16 | 133 | 67 | 63 | 124 | 31 |
| Binary | 1110011 | 1100011 | 1010 | 0 | 1110 | 1011011 | 110111 | 110011 | 1010100 | 11001 |
Color Harmonies of #73630A
Complementary color
Monochromatic Colors of #73630A
Black with #73630A
Text Example
Text Example
White with #73630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73630A; }
p { color: rgb(115,99,10); }
H1.HeaderClassName
{
color: #73630A;
}
.AnyTagClassName
{
color: #73630A;
}
</style>
background-color css
<style>
a { background-color: #73630A; }
a { background-color: rgb(115,99,10); }
div.DivClassName
{
background-color: #73630A;
}
.BgClassName
{
background-color: #73630A;
}
</style>
border-color css
<style>
span { border-color: #73630A; }
span { border-color: rgb(115,99,10); }
td.TdClassName
{
border-color: #73630A;
}
.TagClassName
{
border-color: #73630A;
}
</style>