Shades of Taupe Grey #968B92
Tints of Taupe Grey #968B92
RGB
CMYK
RGB Variations
Color information
#968B92 (or 0x968B92) is known color: Taupe Grey. HEX triplet: 96, 8B and 92. RGB value is (150,139,146). Sum of RGB (Red+Green+Blue) = 150+139+146=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #968B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968B92 is #69746D. Grayscale: #8F8F8F. Windows color (decimal): -6911086 or 9603990. OLE color: 9603990.
HSL color Cylindrical-coordinate representation of color #968B92: hue angle of 321.82º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968B92 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 146 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.41 |
| HSL | 321.82º | 0.05% | 0.57% | - |
| HSV(B) | 321.82º | 0.07% | 0.59% | - |
| XYZ | 27 | 27.02 | 30.99 | - |
| YUV | 143.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 146 | 0 | 0.07 | 0.03 | 0.41 | 321.82 | 0.05 | 0.57 |
| Hex | 96 | 8B | 92 | 0 | 7 | 3 | 29 | 142 | 5 | 39 |
| Octal | 226 | 213 | 222 | 0 | 7 | 3 | 51 | 502 | 5 | 71 |
| Binary | 10010110 | 10001011 | 10010010 | 0 | 111 | 11 | 101001 | 101000010 | 101 | 111001 |
Color Harmonies of #968B92
Complementary color
Monochromatic Colors of #968B92
Black with #968B92
Text Example
Text Example
White with #968B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B92; }
p { color: rgb(150,139,146); }
H1.HeaderClassName
{
color: #968B92;
}
.AnyTagClassName
{
color: #968B92;
}
</style>
background-color css
<style>
a { background-color: #968B92; }
a { background-color: rgb(150,139,146); }
div.DivClassName
{
background-color: #968B92;
}
.BgClassName
{
background-color: #968B92;
}
</style>
border-color css
<style>
span { border-color: #968B92; }
span { border-color: rgb(150,139,146); }
td.TdClassName
{
border-color: #968B92;
}
.TagClassName
{
border-color: #968B92;
}
</style>