Shades of Suva Grey #998A85
Tints of Suva Grey #998A85
RGB
CMYK
RGB Variations
Color information
#998A85 (or 0x998A85) is known color: Suva Grey. HEX triplet: 99, 8A and 85. RGB value is (153,138,133). Sum of RGB (Red+Green+Blue) = 153+138+133=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #998A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A85 is #66757A. Grayscale: #8D8D8D. Windows color (decimal): -6714747 or 8751769. OLE color: 8751769.
HSL color Cylindrical-coordinate representation of color #998A85: hue angle of 15º 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 #998A85 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 138 | 133 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.4 |
| HSL | 15º | 0.09% | 0.56% | - |
| HSV(B) | 15º | 0.13% | 0.6% | - |
| XYZ | 26.46 | 26.64 | 25.94 | - |
| YUV | 141.92 | 122.97 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 133 | 0 | 0.10 | 0.13 | 0.4 | 15 | 0.09 | 0.56 |
| Hex | 99 | 8A | 85 | 0 | A | D | 28 | F | 9 | 38 |
| Octal | 231 | 212 | 205 | 0 | 12 | 15 | 50 | 17 | 11 | 70 |
| Binary | 10011001 | 10001010 | 10000101 | 0 | 1010 | 1101 | 101000 | 1111 | 1001 | 111000 |
Color Harmonies of #998A85
Complementary color
Monochromatic Colors of #998A85
Black with #998A85
Text Example
Text Example
White with #998A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998A85; }
p { color: rgb(153,138,133); }
H1.HeaderClassName
{
color: #998A85;
}
.AnyTagClassName
{
color: #998A85;
}
</style>
background-color css
<style>
a { background-color: #998A85; }
a { background-color: rgb(153,138,133); }
div.DivClassName
{
background-color: #998A85;
}
.BgClassName
{
background-color: #998A85;
}
</style>
border-color css
<style>
span { border-color: #998A85; }
span { border-color: rgb(153,138,133); }
td.TdClassName
{
border-color: #998A85;
}
.TagClassName
{
border-color: #998A85;
}
</style>