Shades of Suva Grey #908684
Tints of Suva Grey #908684
RGB
CMYK
RGB Variations
Color information
#908684 (or 0x908684) is known color: Suva Grey. HEX triplet: 90, 86 and 84. RGB value is (144,134,132). Sum of RGB (Red+Green+Blue) = 144+134+132=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908684 is #6F797B. Grayscale: #888888. Windows color (decimal): -7305596 or 8685200. OLE color: 8685200.
HSL color Cylindrical-coordinate representation of color #908684: hue angle of 10º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908684 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 132 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.44 |
| HSL | 10º | 0.05% | 0.54% | - |
| HSV(B) | 10º | 0.08% | 0.56% | - |
| XYZ | 24.19 | 24.65 | 25.31 | - |
| YUV | 136.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 132 | 0 | 0.07 | 0.08 | 0.44 | 10 | 0.05 | 0.54 |
| Hex | 90 | 86 | 84 | 0 | 7 | 8 | 2C | A | 5 | 36 |
| Octal | 220 | 206 | 204 | 0 | 7 | 10 | 54 | 12 | 5 | 66 |
| Binary | 10010000 | 10000110 | 10000100 | 0 | 111 | 1000 | 101100 | 1010 | 101 | 110110 |
Color Harmonies of #908684
Complementary color
Monochromatic Colors of #908684
Black with #908684
Text Example
Text Example
White with #908684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908684; }
p { color: rgb(144,134,132); }
H1.HeaderClassName
{
color: #908684;
}
.AnyTagClassName
{
color: #908684;
}
</style>
background-color css
<style>
a { background-color: #908684; }
a { background-color: rgb(144,134,132); }
div.DivClassName
{
background-color: #908684;
}
.BgClassName
{
background-color: #908684;
}
</style>
border-color css
<style>
span { border-color: #908684; }
span { border-color: rgb(144,134,132); }
td.TdClassName
{
border-color: #908684;
}
.TagClassName
{
border-color: #908684;
}
</style>