Shades of Russett #736964
Tints of Russett #736964
RGB
CMYK
RGB Variations
Color information
#736964 (or 0x736964) is known color: Russett. HEX triplet: 73, 69 and 64. RGB value is (115,105,100). Sum of RGB (Red+Green+Blue) = 115+105+100=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #736964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736964 is #8C969B. Grayscale: #6B6B6B. Windows color (decimal): -9213596 or 6580595. OLE color: 6580595.
HSL color Cylindrical-coordinate representation of color #736964: hue angle of 20º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736964 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 100 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.55 |
| HSL | 20º | 0.07% | 0.42% | - |
| HSV(B) | 20º | 0.13% | 0.45% | - |
| XYZ | 14.42 | 14.67 | 14.13 | - |
| YUV | 107.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 100 | 0 | 0.09 | 0.13 | 0.55 | 20 | 0.07 | 0.42 |
| Hex | 73 | 69 | 64 | 0 | 9 | D | 37 | 14 | 7 | 2A |
| Octal | 163 | 151 | 144 | 0 | 11 | 15 | 67 | 24 | 7 | 52 |
| Binary | 1110011 | 1101001 | 1100100 | 0 | 1001 | 1101 | 110111 | 10100 | 111 | 101010 |
Color Harmonies of #736964
Complementary color
Monochromatic Colors of #736964
Black with #736964
Text Example
Text Example
White with #736964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736964; }
p { color: rgb(115,105,100); }
H1.HeaderClassName
{
color: #736964;
}
.AnyTagClassName
{
color: #736964;
}
</style>
background-color css
<style>
a { background-color: #736964; }
a { background-color: rgb(115,105,100); }
div.DivClassName
{
background-color: #736964;
}
.BgClassName
{
background-color: #736964;
}
</style>
border-color css
<style>
span { border-color: #736964; }
span { border-color: rgb(115,105,100); }
td.TdClassName
{
border-color: #736964;
}
.TagClassName
{
border-color: #736964;
}
</style>