Shades of Suva Grey #998985
Tints of Suva Grey #998985
RGB
CMYK
RGB Variations
Color information
#998985 (or 0x998985) is known color: Suva Grey. HEX triplet: 99, 89 and 85. RGB value is (153,137,133). Sum of RGB (Red+Green+Blue) = 153+137+133=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998985 is #66767A. Grayscale: #8D8D8D. Windows color (decimal): -6715003 or 8751513. OLE color: 8751513.
HSL color Cylindrical-coordinate representation of color #998985: hue angle of 12º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998985 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 133 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.4 |
| HSL | 12º | 0.09% | 0.56% | - |
| HSV(B) | 12º | 0.13% | 0.6% | - |
| XYZ | 26.32 | 26.36 | 25.89 | - |
| YUV | 141.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 133 | 0 | 0.10 | 0.13 | 0.4 | 12 | 0.09 | 0.56 |
| Hex | 99 | 89 | 85 | 0 | A | D | 28 | C | 9 | 38 |
| Octal | 231 | 211 | 205 | 0 | 12 | 15 | 50 | 14 | 11 | 70 |
| Binary | 10011001 | 10001001 | 10000101 | 0 | 1010 | 1101 | 101000 | 1100 | 1001 | 111000 |
Color Harmonies of #998985
Complementary color
Monochromatic Colors of #998985
Black with #998985
Text Example
Text Example
White with #998985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998985; }
p { color: rgb(153,137,133); }
H1.HeaderClassName
{
color: #998985;
}
.AnyTagClassName
{
color: #998985;
}
</style>
background-color css
<style>
a { background-color: #998985; }
a { background-color: rgb(153,137,133); }
div.DivClassName
{
background-color: #998985;
}
.BgClassName
{
background-color: #998985;
}
</style>
border-color css
<style>
span { border-color: #998985; }
span { border-color: rgb(153,137,133); }
td.TdClassName
{
border-color: #998985;
}
.TagClassName
{
border-color: #998985;
}
</style>