Shades of Suva Grey #998683
Tints of Suva Grey #998683
RGB
CMYK
RGB Variations
Color information
#998683 (or 0x998683) is known color: Suva Grey. HEX triplet: 99, 86 and 83. RGB value is (153,134,131). Sum of RGB (Red+Green+Blue) = 153+134+131=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998683 is #66797C. Grayscale: #8B8B8B. Windows color (decimal): -6715773 or 8619673. OLE color: 8619673.
HSL color Cylindrical-coordinate representation of color #998683: hue angle of 8.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998683 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 131 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.4 |
| HSL | 8.18º | 0.1% | 0.56% | - |
| HSV(B) | 8.18º | 0.14% | 0.6% | - |
| XYZ | 25.76 | 25.46 | 25.03 | - |
| YUV | 139.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 131 | 0 | 0.12 | 0.14 | 0.4 | 8.18 | 0.1 | 0.56 |
| Hex | 99 | 86 | 83 | 0 | C | E | 28 | 8 | A | 38 |
| Octal | 231 | 206 | 203 | 0 | 14 | 16 | 50 | 10 | 12 | 70 |
| Binary | 10011001 | 10000110 | 10000011 | 0 | 1100 | 1110 | 101000 | 1000 | 1010 | 111000 |
Color Harmonies of #998683
Complementary color
Monochromatic Colors of #998683
Black with #998683
Text Example
Text Example
White with #998683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998683; }
p { color: rgb(153,134,131); }
H1.HeaderClassName
{
color: #998683;
}
.AnyTagClassName
{
color: #998683;
}
</style>
background-color css
<style>
a { background-color: #998683; }
a { background-color: rgb(153,134,131); }
div.DivClassName
{
background-color: #998683;
}
.BgClassName
{
background-color: #998683;
}
</style>
border-color css
<style>
span { border-color: #998683; }
span { border-color: rgb(153,134,131); }
td.TdClassName
{
border-color: #998683;
}
.TagClassName
{
border-color: #998683;
}
</style>