Shades of Yukon Gold #73631A
Tints of Yukon Gold #73631A
RGB
CMYK
RGB Variations
Color information
#73631A (or 0x73631A) is known color: Yukon Gold. HEX triplet: 73, 63 and 1A. RGB value is (115,99,26). Sum of RGB (Red+Green+Blue) = 115+99+26=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73631A is #8C9CE5. Grayscale: #5F5F5F. Windows color (decimal): -9215206 or 1729395. OLE color: 1729395.
HSL color Cylindrical-coordinate representation of color #73631A: hue angle of 49.21º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73631A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 26 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.55 |
| HSL | 49.21º | 0.63% | 0.28% | - |
| HSV(B) | 49.21º | 0.77% | 0.45% | - |
| XYZ | 11.72 | 12.64 | 2.8 | - |
| YUV | 95.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 26 | 0 | 0.14 | 0.77 | 0.55 | 49.21 | 0.63 | 0.28 |
| Hex | 73 | 63 | 1A | 0 | E | 4D | 37 | 31 | 3F | 1C |
| Octal | 163 | 143 | 32 | 0 | 16 | 115 | 67 | 61 | 77 | 34 |
| Binary | 1110011 | 1100011 | 11010 | 0 | 1110 | 1001101 | 110111 | 110001 | 111111 | 11100 |
Color Harmonies of #73631A
Complementary color
Monochromatic Colors of #73631A
Black with #73631A
Text Example
Text Example
White with #73631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73631A; }
p { color: rgb(115,99,26); }
H1.HeaderClassName
{
color: #73631A;
}
.AnyTagClassName
{
color: #73631A;
}
</style>
background-color css
<style>
a { background-color: #73631A; }
a { background-color: rgb(115,99,26); }
div.DivClassName
{
background-color: #73631A;
}
.BgClassName
{
background-color: #73631A;
}
</style>
border-color css
<style>
span { border-color: #73631A; }
span { border-color: rgb(115,99,26); }
td.TdClassName
{
border-color: #73631A;
}
.TagClassName
{
border-color: #73631A;
}
</style>