Shades of Taupe Grey #968A93
Tints of Taupe Grey #968A93
RGB
CMYK
RGB Variations
Color information
#968A93 (or 0x968A93) is known color: Taupe Grey. HEX triplet: 96, 8A and 93. RGB value is (150,138,147). Sum of RGB (Red+Green+Blue) = 150+138+147=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A93 is #69756C. Grayscale: #8E8E8E. Windows color (decimal): -6911341 or 9669270. OLE color: 9669270.
HSL color Cylindrical-coordinate representation of color #968A93: hue angle of 315º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #968A93 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 147 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.41 |
| HSL | 315º | 0.05% | 0.56% | - |
| HSV(B) | 315º | 0.08% | 0.59% | - |
| XYZ | 26.93 | 26.77 | 31.35 | - |
| YUV | 142.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 147 | 0 | 0.08 | 0.02 | 0.41 | 315 | 0.05 | 0.56 |
| Hex | 96 | 8A | 93 | 0 | 8 | 2 | 29 | 13B | 5 | 38 |
| Octal | 226 | 212 | 223 | 0 | 10 | 2 | 51 | 473 | 5 | 70 |
| Binary | 10010110 | 10001010 | 10010011 | 0 | 1000 | 10 | 101001 | 100111011 | 101 | 111000 |
Color Harmonies of #968A93
Complementary color
Monochromatic Colors of #968A93
Black with #968A93
Text Example
Text Example
White with #968A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A93; }
p { color: rgb(150,138,147); }
H1.HeaderClassName
{
color: #968A93;
}
.AnyTagClassName
{
color: #968A93;
}
</style>
background-color css
<style>
a { background-color: #968A93; }
a { background-color: rgb(150,138,147); }
div.DivClassName
{
background-color: #968A93;
}
.BgClassName
{
background-color: #968A93;
}
</style>
border-color css
<style>
span { border-color: #968A93; }
span { border-color: rgb(150,138,147); }
td.TdClassName
{
border-color: #968A93;
}
.TagClassName
{
border-color: #968A93;
}
</style>