Shades of Russett #736865
Tints of Russett #736865
RGB
CMYK
RGB Variations
Color information
#736865 (or 0x736865) is known color: Russett. HEX triplet: 73, 68 and 65. RGB value is (115,104,101). Sum of RGB (Red+Green+Blue) = 115+104+101=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736865 is #8C979A. Grayscale: #6A6A6A. Windows color (decimal): -9213851 or 6645875. OLE color: 6645875.
HSL color Cylindrical-coordinate representation of color #736865: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #736865 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 101 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.55 |
| HSL | 12.86º | 0.06% | 0.42% | - |
| HSV(B) | 12.86º | 0.12% | 0.45% | - |
| XYZ | 14.37 | 14.49 | 14.35 | - |
| YUV | 106.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 101 | 0 | 0.10 | 0.12 | 0.55 | 12.86 | 0.06 | 0.42 |
| Hex | 73 | 68 | 65 | 0 | A | C | 37 | D | 6 | 2A |
| Octal | 163 | 150 | 145 | 0 | 12 | 14 | 67 | 15 | 6 | 52 |
| Binary | 1110011 | 1101000 | 1100101 | 0 | 1010 | 1100 | 110111 | 1101 | 110 | 101010 |
Color Harmonies of #736865
Complementary color
Monochromatic Colors of #736865
Black with #736865
Text Example
Text Example
White with #736865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736865; }
p { color: rgb(115,104,101); }
H1.HeaderClassName
{
color: #736865;
}
.AnyTagClassName
{
color: #736865;
}
</style>
background-color css
<style>
a { background-color: #736865; }
a { background-color: rgb(115,104,101); }
div.DivClassName
{
background-color: #736865;
}
.BgClassName
{
background-color: #736865;
}
</style>
border-color css
<style>
span { border-color: #736865; }
span { border-color: rgb(115,104,101); }
td.TdClassName
{
border-color: #736865;
}
.TagClassName
{
border-color: #736865;
}
</style>