Shades of Suva Grey #918684
Tints of Suva Grey #918684
RGB
CMYK
RGB Variations
Color information
#918684 (or 0x918684) is known color: Suva Grey. HEX triplet: 91, 86 and 84. RGB value is (145,134,132). Sum of RGB (Red+Green+Blue) = 145+134+132=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918684 is #6E797B. Grayscale: #898989. Windows color (decimal): -7240060 or 8685201. OLE color: 8685201.
HSL color Cylindrical-coordinate representation of color #918684: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918684 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 134 | 132 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.43 |
| HSL | 9.23º | 0.06% | 0.54% | - |
| HSV(B) | 9.23º | 0.09% | 0.57% | - |
| XYZ | 24.37 | 24.74 | 25.32 | - |
| YUV | 137.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 132 | 0 | 0.08 | 0.09 | 0.43 | 9.23 | 0.06 | 0.54 |
| Hex | 91 | 86 | 84 | 0 | 8 | 9 | 2B | 9 | 6 | 36 |
| Octal | 221 | 206 | 204 | 0 | 10 | 11 | 53 | 11 | 6 | 66 |
| Binary | 10010001 | 10000110 | 10000100 | 0 | 1000 | 1001 | 101011 | 1001 | 110 | 110110 |
Color Harmonies of #918684
Complementary color
Monochromatic Colors of #918684
Black with #918684
Text Example
Text Example
White with #918684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918684; }
p { color: rgb(145,134,132); }
H1.HeaderClassName
{
color: #918684;
}
.AnyTagClassName
{
color: #918684;
}
</style>
background-color css
<style>
a { background-color: #918684; }
a { background-color: rgb(145,134,132); }
div.DivClassName
{
background-color: #918684;
}
.BgClassName
{
background-color: #918684;
}
</style>
border-color css
<style>
span { border-color: #918684; }
span { border-color: rgb(145,134,132); }
td.TdClassName
{
border-color: #918684;
}
.TagClassName
{
border-color: #918684;
}
</style>