Shades of Taupe Grey #968A92
Tints of Taupe Grey #968A92
RGB
CMYK
RGB Variations
Color information
#968A92 (or 0x968A92) is known color: Taupe Grey. HEX triplet: 96, 8A and 92. RGB value is (150,138,146). Sum of RGB (Red+Green+Blue) = 150+138+146=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A92 is #69756D. Grayscale: #8E8E8E. Windows color (decimal): -6911342 or 9603734. OLE color: 9603734.
HSL color Cylindrical-coordinate representation of color #968A92: hue angle of 320º 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 #968A92 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 146 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.41 |
| HSL | 320º | 0.05% | 0.56% | - |
| HSV(B) | 320º | 0.08% | 0.59% | - |
| XYZ | 26.85 | 26.74 | 30.94 | - |
| YUV | 142.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 146 | 0 | 0.08 | 0.03 | 0.41 | 320 | 0.05 | 0.56 |
| Hex | 96 | 8A | 92 | 0 | 8 | 3 | 29 | 140 | 5 | 38 |
| Octal | 226 | 212 | 222 | 0 | 10 | 3 | 51 | 500 | 5 | 70 |
| Binary | 10010110 | 10001010 | 10010010 | 0 | 1000 | 11 | 101001 | 101000000 | 101 | 111000 |
Color Harmonies of #968A92
Complementary color
Monochromatic Colors of #968A92
Black with #968A92
Text Example
Text Example
White with #968A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A92; }
p { color: rgb(150,138,146); }
H1.HeaderClassName
{
color: #968A92;
}
.AnyTagClassName
{
color: #968A92;
}
</style>
background-color css
<style>
a { background-color: #968A92; }
a { background-color: rgb(150,138,146); }
div.DivClassName
{
background-color: #968A92;
}
.BgClassName
{
background-color: #968A92;
}
</style>
border-color css
<style>
span { border-color: #968A92; }
span { border-color: rgb(150,138,146); }
td.TdClassName
{
border-color: #968A92;
}
.TagClassName
{
border-color: #968A92;
}
</style>