Shades of Russett #746D69
Tints of Russett #746D69
RGB
CMYK
RGB Variations
Color information
#746D69 (or 0x746D69) is known color: Russett. HEX triplet: 74, 6D and 69. RGB value is (116,109,105). Sum of RGB (Red+Green+Blue) = 116+109+105=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D69 is #8B9296. Grayscale: #6E6E6E. Windows color (decimal): -9147031 or 6909300. OLE color: 6909300.
HSL color Cylindrical-coordinate representation of color #746D69: 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.09%. Process color model (Four color, CMYK) of #746D69 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 105 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.55 |
| HSL | 21.82º | 0.05% | 0.43% | - |
| HSV(B) | 21.82º | 0.09% | 0.45% | - |
| XYZ | 15.22 | 15.67 | 15.59 | - |
| YUV | 110.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 105 | 0 | 0.06 | 0.09 | 0.55 | 21.82 | 0.05 | 0.43 |
| Hex | 74 | 6D | 69 | 0 | 6 | 9 | 37 | 16 | 5 | 2B |
| Octal | 164 | 155 | 151 | 0 | 6 | 11 | 67 | 26 | 5 | 53 |
| Binary | 1110100 | 1101101 | 1101001 | 0 | 110 | 1001 | 110111 | 10110 | 101 | 101011 |
Color Harmonies of #746D69
Complementary color
Monochromatic Colors of #746D69
Black with #746D69
Text Example
Text Example
White with #746D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D69; }
p { color: rgb(116,109,105); }
H1.HeaderClassName
{
color: #746D69;
}
.AnyTagClassName
{
color: #746D69;
}
</style>
background-color css
<style>
a { background-color: #746D69; }
a { background-color: rgb(116,109,105); }
div.DivClassName
{
background-color: #746D69;
}
.BgClassName
{
background-color: #746D69;
}
</style>
border-color css
<style>
span { border-color: #746D69; }
span { border-color: rgb(116,109,105); }
td.TdClassName
{
border-color: #746D69;
}
.TagClassName
{
border-color: #746D69;
}
</style>