Shades of Suva Grey #968A86
Tints of Suva Grey #968A86
RGB
CMYK
RGB Variations
Color information
#968A86 (or 0x968A86) is known color: Suva Grey. HEX triplet: 96, 8A and 86. RGB value is (150,138,134). Sum of RGB (Red+Green+Blue) = 150+138+134=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #968A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A86 is #697579. Grayscale: #8D8D8D. Windows color (decimal): -6911354 or 8817302. OLE color: 8817302.
HSL color Cylindrical-coordinate representation of color #968A86: hue angle of 15º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968A86 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 134 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.41 |
| HSL | 15º | 0.07% | 0.56% | - |
| HSV(B) | 15º | 0.11% | 0.59% | - |
| XYZ | 25.97 | 26.38 | 26.28 | - |
| YUV | 141.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 134 | 0 | 0.08 | 0.11 | 0.41 | 15 | 0.07 | 0.56 |
| Hex | 96 | 8A | 86 | 0 | 8 | B | 29 | F | 7 | 38 |
| Octal | 226 | 212 | 206 | 0 | 10 | 13 | 51 | 17 | 7 | 70 |
| Binary | 10010110 | 10001010 | 10000110 | 0 | 1000 | 1011 | 101001 | 1111 | 111 | 111000 |
Color Harmonies of #968A86
Complementary color
Monochromatic Colors of #968A86
Black with #968A86
Text Example
Text Example
White with #968A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A86; }
p { color: rgb(150,138,134); }
H1.HeaderClassName
{
color: #968A86;
}
.AnyTagClassName
{
color: #968A86;
}
</style>
background-color css
<style>
a { background-color: #968A86; }
a { background-color: rgb(150,138,134); }
div.DivClassName
{
background-color: #968A86;
}
.BgClassName
{
background-color: #968A86;
}
</style>
border-color css
<style>
span { border-color: #968A86; }
span { border-color: rgb(150,138,134); }
td.TdClassName
{
border-color: #968A86;
}
.TagClassName
{
border-color: #968A86;
}
</style>