Shades of Suva Grey #908685
Tints of Suva Grey #908685
RGB
CMYK
RGB Variations
Color information
#908685 (or 0x908685) is known color: Suva Grey. HEX triplet: 90, 86 and 85. RGB value is (144,134,133). Sum of RGB (Red+Green+Blue) = 144+134+133=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908685 is #6F797A. Grayscale: #888888. Windows color (decimal): -7305595 or 8750736. OLE color: 8750736.
HSL color Cylindrical-coordinate representation of color #908685: hue angle of 5.45º 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 #908685 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 134 | 133 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.44 |
| HSL | 5.45º | 0.05% | 0.54% | - |
| HSV(B) | 5.45º | 0.08% | 0.56% | - |
| XYZ | 24.26 | 24.67 | 25.67 | - |
| YUV | 136.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 133 | 0 | 0.07 | 0.08 | 0.44 | 5.45 | 0.05 | 0.54 |
| Hex | 90 | 86 | 85 | 0 | 7 | 8 | 2C | 5 | 5 | 36 |
| Octal | 220 | 206 | 205 | 0 | 7 | 10 | 54 | 5 | 5 | 66 |
| Binary | 10010000 | 10000110 | 10000101 | 0 | 111 | 1000 | 101100 | 101 | 101 | 110110 |
Color Harmonies of #908685
Complementary color
Monochromatic Colors of #908685
Black with #908685
Text Example
Text Example
White with #908685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908685; }
p { color: rgb(144,134,133); }
H1.HeaderClassName
{
color: #908685;
}
.AnyTagClassName
{
color: #908685;
}
</style>
background-color css
<style>
a { background-color: #908685; }
a { background-color: rgb(144,134,133); }
div.DivClassName
{
background-color: #908685;
}
.BgClassName
{
background-color: #908685;
}
</style>
border-color css
<style>
span { border-color: #908685; }
span { border-color: rgb(144,134,133); }
td.TdClassName
{
border-color: #908685;
}
.TagClassName
{
border-color: #908685;
}
</style>