Shades of Russett #72615D
Tints of Russett #72615D
RGB
CMYK
RGB Variations
Color information
#72615D (or 0x72615D) is known color: Russett. HEX triplet: 72, 61 and 5D. RGB value is (114,97,93). Sum of RGB (Red+Green+Blue) = 114+97+93=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72615D is #8D9EA2. Grayscale: #656565. Windows color (decimal): -9281187 or 6119794. OLE color: 6119794.
HSL color Cylindrical-coordinate representation of color #72615D: hue angle of 11.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72615D is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 93 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.55 |
| HSL | 11.43º | 0.1% | 0.41% | - |
| HSV(B) | 11.43º | 0.18% | 0.45% | - |
| XYZ | 13.19 | 12.92 | 12.15 | - |
| YUV | 101.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 93 | 0 | 0.15 | 0.18 | 0.55 | 11.43 | 0.1 | 0.41 |
| Hex | 72 | 61 | 5D | 0 | F | 12 | 37 | B | A | 29 |
| Octal | 162 | 141 | 135 | 0 | 17 | 22 | 67 | 13 | 12 | 51 |
| Binary | 1110010 | 1100001 | 1011101 | 0 | 1111 | 10010 | 110111 | 1011 | 1010 | 101001 |
Color Harmonies of #72615D
Complementary color
Monochromatic Colors of #72615D
Black with #72615D
Text Example
Text Example
White with #72615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72615D; }
p { color: rgb(114,97,93); }
H1.HeaderClassName
{
color: #72615D;
}
.AnyTagClassName
{
color: #72615D;
}
</style>
background-color css
<style>
a { background-color: #72615D; }
a { background-color: rgb(114,97,93); }
div.DivClassName
{
background-color: #72615D;
}
.BgClassName
{
background-color: #72615D;
}
</style>
border-color css
<style>
span { border-color: #72615D; }
span { border-color: rgb(114,97,93); }
td.TdClassName
{
border-color: #72615D;
}
.TagClassName
{
border-color: #72615D;
}
</style>