Shades of Suva Grey #9C8986
Tints of Suva Grey #9C8986
RGB
CMYK
RGB Variations
Color information
#9C8986 (or 0x9C8986) is known color: Suva Grey. HEX triplet: 9C, 89 and 86. RGB value is (156,137,134). Sum of RGB (Red+Green+Blue) = 156+137+134=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8986 is #637679. Grayscale: #8E8E8E. Windows color (decimal): -6518394 or 8817052. OLE color: 8817052.
HSL color Cylindrical-coordinate representation of color #9C8986: hue angle of 8.18º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8986 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 134 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.39 |
| HSL | 8.18º | 0.1% | 0.57% | - |
| HSV(B) | 8.18º | 0.14% | 0.61% | - |
| XYZ | 26.96 | 26.68 | 26.28 | - |
| YUV | 142.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 134 | 0 | 0.12 | 0.14 | 0.39 | 8.18 | 0.1 | 0.57 |
| Hex | 9C | 89 | 86 | 0 | C | E | 27 | 8 | A | 39 |
| Octal | 234 | 211 | 206 | 0 | 14 | 16 | 47 | 10 | 12 | 71 |
| Binary | 10011100 | 10001001 | 10000110 | 0 | 1100 | 1110 | 100111 | 1000 | 1010 | 111001 |
Color Harmonies of #9C8986
Complementary color
Monochromatic Colors of #9C8986
Black with #9C8986
Text Example
Text Example
White with #9C8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8986; }
p { color: rgb(156,137,134); }
H1.HeaderClassName
{
color: #9C8986;
}
.AnyTagClassName
{
color: #9C8986;
}
</style>
background-color css
<style>
a { background-color: #9C8986; }
a { background-color: rgb(156,137,134); }
div.DivClassName
{
background-color: #9C8986;
}
.BgClassName
{
background-color: #9C8986;
}
</style>
border-color css
<style>
span { border-color: #9C8986; }
span { border-color: rgb(156,137,134); }
td.TdClassName
{
border-color: #9C8986;
}
.TagClassName
{
border-color: #9C8986;
}
</style>