Shades of Russett #73655F
Tints of Russett #73655F
RGB
CMYK
RGB Variations
Color information
#73655F (or 0x73655F) is known color: Russett. HEX triplet: 73, 65 and 5F. RGB value is (115,101,95). Sum of RGB (Red+Green+Blue) = 115+101+95=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73655F is #8C9AA0. Grayscale: #686868. Windows color (decimal): -9214625 or 6251891. OLE color: 6251891.
HSL color Cylindrical-coordinate representation of color #73655F: hue angle of 18º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73655F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 101 | 95 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.55 |
| HSL | 18º | 0.1% | 0.41% | - |
| HSV(B) | 18º | 0.17% | 0.45% | - |
| XYZ | 13.79 | 13.78 | 12.76 | - |
| YUV | 104.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 95 | 0 | 0.12 | 0.17 | 0.55 | 18 | 0.1 | 0.41 |
| Hex | 73 | 65 | 5F | 0 | C | 11 | 37 | 12 | A | 29 |
| Octal | 163 | 145 | 137 | 0 | 14 | 21 | 67 | 22 | 12 | 51 |
| Binary | 1110011 | 1100101 | 1011111 | 0 | 1100 | 10001 | 110111 | 10010 | 1010 | 101001 |
Color Harmonies of #73655F
Complementary color
Monochromatic Colors of #73655F
Black with #73655F
Text Example
Text Example
White with #73655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73655F; }
p { color: rgb(115,101,95); }
H1.HeaderClassName
{
color: #73655F;
}
.AnyTagClassName
{
color: #73655F;
}
</style>
background-color css
<style>
a { background-color: #73655F; }
a { background-color: rgb(115,101,95); }
div.DivClassName
{
background-color: #73655F;
}
.BgClassName
{
background-color: #73655F;
}
</style>
border-color css
<style>
span { border-color: #73655F; }
span { border-color: rgb(115,101,95); }
td.TdClassName
{
border-color: #73655F;
}
.TagClassName
{
border-color: #73655F;
}
</style>