Shades of Russett #72635D
Tints of Russett #72635D
RGB
CMYK
RGB Variations
Color information
#72635D (or 0x72635D) is known color: Russett. HEX triplet: 72, 63 and 5D. RGB value is (114,99,93). Sum of RGB (Red+Green+Blue) = 114+99+93=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72635D is #8D9CA2. Grayscale: #666666. Windows color (decimal): -9280675 or 6120306. OLE color: 6120306.
HSL color Cylindrical-coordinate representation of color #72635D: hue angle of 17.14º 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 #72635D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 93 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.55 |
| HSL | 17.14º | 0.1% | 0.41% | - |
| HSV(B) | 17.14º | 0.18% | 0.45% | - |
| XYZ | 13.38 | 13.29 | 12.22 | - |
| YUV | 102.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 93 | 0 | 0.13 | 0.18 | 0.55 | 17.14 | 0.1 | 0.41 |
| Hex | 72 | 63 | 5D | 0 | D | 12 | 37 | 11 | A | 29 |
| Octal | 162 | 143 | 135 | 0 | 15 | 22 | 67 | 21 | 12 | 51 |
| Binary | 1110010 | 1100011 | 1011101 | 0 | 1101 | 10010 | 110111 | 10001 | 1010 | 101001 |
Color Harmonies of #72635D
Complementary color
Monochromatic Colors of #72635D
Black with #72635D
Text Example
Text Example
White with #72635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72635D; }
p { color: rgb(114,99,93); }
H1.HeaderClassName
{
color: #72635D;
}
.AnyTagClassName
{
color: #72635D;
}
</style>
background-color css
<style>
a { background-color: #72635D; }
a { background-color: rgb(114,99,93); }
div.DivClassName
{
background-color: #72635D;
}
.BgClassName
{
background-color: #72635D;
}
</style>
border-color css
<style>
span { border-color: #72635D; }
span { border-color: rgb(114,99,93); }
td.TdClassName
{
border-color: #72635D;
}
.TagClassName
{
border-color: #72635D;
}
</style>