Shades of Russett #73615C
Tints of Russett #73615C
RGB
CMYK
RGB Variations
Color information
#73615C (or 0x73615C) is known color: Russett. HEX triplet: 73, 61 and 5C. RGB value is (115,97,92). Sum of RGB (Red+Green+Blue) = 115+97+92=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #73615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73615C is #8C9EA3. Grayscale: #656565. Windows color (decimal): -9215652 or 6054259. OLE color: 6054259.
HSL color Cylindrical-coordinate representation of color #73615C: hue angle of 13.04º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #73615C is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 92 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.55 |
| HSL | 13.04º | 0.11% | 0.41% | - |
| HSV(B) | 13.04º | 0.2% | 0.45% | - |
| XYZ | 13.28 | 12.97 | 11.93 | - |
| YUV | 101.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 92 | 0 | 0.16 | 0.20 | 0.55 | 13.04 | 0.11 | 0.41 |
| Hex | 73 | 61 | 5C | 0 | 10 | 14 | 37 | D | B | 29 |
| Octal | 163 | 141 | 134 | 0 | 20 | 24 | 67 | 15 | 13 | 51 |
| Binary | 1110011 | 1100001 | 1011100 | 0 | 10000 | 10100 | 110111 | 1101 | 1011 | 101001 |
Color Harmonies of #73615C
Complementary color
Monochromatic Colors of #73615C
Black with #73615C
Text Example
Text Example
White with #73615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73615C; }
p { color: rgb(115,97,92); }
H1.HeaderClassName
{
color: #73615C;
}
.AnyTagClassName
{
color: #73615C;
}
</style>
background-color css
<style>
a { background-color: #73615C; }
a { background-color: rgb(115,97,92); }
div.DivClassName
{
background-color: #73615C;
}
.BgClassName
{
background-color: #73615C;
}
</style>
border-color css
<style>
span { border-color: #73615C; }
span { border-color: rgb(115,97,92); }
td.TdClassName
{
border-color: #73615C;
}
.TagClassName
{
border-color: #73615C;
}
</style>