Shades of Russett #736C68
Tints of Russett #736C68
RGB
CMYK
RGB Variations
Color information
#736C68 (or 0x736C68) is known color: Russett. HEX triplet: 73, 6C and 68. RGB value is (115,108,104). Sum of RGB (Red+Green+Blue) = 115+108+104=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 115 - color contains mainly: red. Hex color #736C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C68 is #8C9397. Grayscale: #6D6D6D. Windows color (decimal): -9212824 or 6843507. OLE color: 6843507.
HSL color Cylindrical-coordinate representation of color #736C68: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736C68 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 108 | 104 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.55 |
| HSL | 21.82º | 0.05% | 0.43% | - |
| HSV(B) | 21.82º | 0.1% | 0.45% | - |
| XYZ | 14.93 | 15.37 | 15.28 | - |
| YUV | 109.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 104 | 0 | 0.06 | 0.10 | 0.55 | 21.82 | 0.05 | 0.43 |
| Hex | 73 | 6C | 68 | 0 | 6 | A | 37 | 16 | 5 | 2B |
| Octal | 163 | 154 | 150 | 0 | 6 | 12 | 67 | 26 | 5 | 53 |
| Binary | 1110011 | 1101100 | 1101000 | 0 | 110 | 1010 | 110111 | 10110 | 101 | 101011 |
Color Harmonies of #736C68
Complementary color
Monochromatic Colors of #736C68
Black with #736C68
Text Example
Text Example
White with #736C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C68; }
p { color: rgb(115,108,104); }
H1.HeaderClassName
{
color: #736C68;
}
.AnyTagClassName
{
color: #736C68;
}
</style>
background-color css
<style>
a { background-color: #736C68; }
a { background-color: rgb(115,108,104); }
div.DivClassName
{
background-color: #736C68;
}
.BgClassName
{
background-color: #736C68;
}
</style>
border-color css
<style>
span { border-color: #736C68; }
span { border-color: rgb(115,108,104); }
td.TdClassName
{
border-color: #736C68;
}
.TagClassName
{
border-color: #736C68;
}
</style>