Shades of Suva Grey #958684
Tints of Suva Grey #958684
RGB
CMYK
RGB Variations
Color information
#958684 (or 0x958684) is known color: Suva Grey. HEX triplet: 95, 86 and 84. RGB value is (149,134,132). Sum of RGB (Red+Green+Blue) = 149+134+132=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958684 is #6A797B. Grayscale: #8A8A8A. Windows color (decimal): -6977916 or 8685205. OLE color: 8685205.
HSL color Cylindrical-coordinate representation of color #958684: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958684 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 132 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.42 |
| HSL | 7.06º | 0.07% | 0.55% | - |
| HSV(B) | 7.06º | 0.11% | 0.58% | - |
| XYZ | 25.08 | 25.11 | 25.35 | - |
| YUV | 138.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 132 | 0 | 0.10 | 0.11 | 0.42 | 7.06 | 0.07 | 0.55 |
| Hex | 95 | 86 | 84 | 0 | A | B | 2A | 7 | 7 | 37 |
| Octal | 225 | 206 | 204 | 0 | 12 | 13 | 52 | 7 | 7 | 67 |
| Binary | 10010101 | 10000110 | 10000100 | 0 | 1010 | 1011 | 101010 | 111 | 111 | 110111 |
Color Harmonies of #958684
Complementary color
Monochromatic Colors of #958684
Black with #958684
Text Example
Text Example
White with #958684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958684; }
p { color: rgb(149,134,132); }
H1.HeaderClassName
{
color: #958684;
}
.AnyTagClassName
{
color: #958684;
}
</style>
background-color css
<style>
a { background-color: #958684; }
a { background-color: rgb(149,134,132); }
div.DivClassName
{
background-color: #958684;
}
.BgClassName
{
background-color: #958684;
}
</style>
border-color css
<style>
span { border-color: #958684; }
span { border-color: rgb(149,134,132); }
td.TdClassName
{
border-color: #958684;
}
.TagClassName
{
border-color: #958684;
}
</style>