Shades of Russett #73615D
Tints of Russett #73615D
RGB
CMYK
RGB Variations
Color information
#73615D (or 0x73615D) is known color: Russett. HEX triplet: 73, 61 and 5D. RGB value is (115,97,93). Sum of RGB (Red+Green+Blue) = 115+97+93=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73615D is #8C9EA2. Grayscale: #656565. Windows color (decimal): -9215651 or 6119795. OLE color: 6119795.
HSL color Cylindrical-coordinate representation of color #73615D: hue angle of 10.91º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73615D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 93 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.55 |
| HSL | 10.91º | 0.11% | 0.41% | - |
| HSV(B) | 10.91º | 0.19% | 0.45% | - |
| XYZ | 13.32 | 12.98 | 12.16 | - |
| YUV | 101.93 | 122.96 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 93 | 0 | 0.16 | 0.19 | 0.55 | 10.91 | 0.11 | 0.41 |
| Hex | 73 | 61 | 5D | 0 | 10 | 13 | 37 | B | B | 29 |
| Octal | 163 | 141 | 135 | 0 | 20 | 23 | 67 | 13 | 13 | 51 |
| Binary | 1110011 | 1100001 | 1011101 | 0 | 10000 | 10011 | 110111 | 1011 | 1011 | 101001 |
Color Harmonies of #73615D
Complementary color
Monochromatic Colors of #73615D
Black with #73615D
Text Example
Text Example
White with #73615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73615D; }
p { color: rgb(115,97,93); }
H1.HeaderClassName
{
color: #73615D;
}
.AnyTagClassName
{
color: #73615D;
}
</style>
background-color css
<style>
a { background-color: #73615D; }
a { background-color: rgb(115,97,93); }
div.DivClassName
{
background-color: #73615D;
}
.BgClassName
{
background-color: #73615D;
}
</style>
border-color css
<style>
span { border-color: #73615D; }
span { border-color: rgb(115,97,93); }
td.TdClassName
{
border-color: #73615D;
}
.TagClassName
{
border-color: #73615D;
}
</style>