Shades of Suva Grey #968985
Tints of Suva Grey #968985
RGB
CMYK
RGB Variations
Color information
#968985 (or 0x968985) is known color: Suva Grey. HEX triplet: 96, 89 and 85. RGB value is (150,137,133). Sum of RGB (Red+Green+Blue) = 150+137+133=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968985 is #69767A. Grayscale: #8C8C8C. Windows color (decimal): -6911611 or 8751510. OLE color: 8751510.
HSL color Cylindrical-coordinate representation of color #968985: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968985 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 133 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.41 |
| HSL | 14.12º | 0.07% | 0.55% | - |
| HSV(B) | 14.12º | 0.11% | 0.59% | - |
| XYZ | 25.76 | 26.07 | 25.86 | - |
| YUV | 140.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 133 | 0 | 0.09 | 0.11 | 0.41 | 14.12 | 0.07 | 0.55 |
| Hex | 96 | 89 | 85 | 0 | 9 | B | 29 | E | 7 | 37 |
| Octal | 226 | 211 | 205 | 0 | 11 | 13 | 51 | 16 | 7 | 67 |
| Binary | 10010110 | 10001001 | 10000101 | 0 | 1001 | 1011 | 101001 | 1110 | 111 | 110111 |
Color Harmonies of #968985
Complementary color
Monochromatic Colors of #968985
Black with #968985
Text Example
Text Example
White with #968985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968985; }
p { color: rgb(150,137,133); }
H1.HeaderClassName
{
color: #968985;
}
.AnyTagClassName
{
color: #968985;
}
</style>
background-color css
<style>
a { background-color: #968985; }
a { background-color: rgb(150,137,133); }
div.DivClassName
{
background-color: #968985;
}
.BgClassName
{
background-color: #968985;
}
</style>
border-color css
<style>
span { border-color: #968985; }
span { border-color: rgb(150,137,133); }
td.TdClassName
{
border-color: #968985;
}
.TagClassName
{
border-color: #968985;
}
</style>