Shades of Suva Grey #968682
Tints of Suva Grey #968682
RGB
CMYK
RGB Variations
Color information
#968682 (or 0x968682) is known color: Suva Grey. HEX triplet: 96, 86 and 82. RGB value is (150,134,130). Sum of RGB (Red+Green+Blue) = 150+134+130=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #968682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968682 is #69797D. Grayscale: #8A8A8A. Windows color (decimal): -6912382 or 8554134. OLE color: 8554134.
HSL color Cylindrical-coordinate representation of color #968682: hue angle of 12º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968682 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 130 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.41 |
| HSL | 12º | 0.09% | 0.55% | - |
| HSV(B) | 12º | 0.13% | 0.59% | - |
| XYZ | 25.13 | 25.15 | 24.65 | - |
| YUV | 138.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 130 | 0 | 0.11 | 0.13 | 0.41 | 12 | 0.09 | 0.55 |
| Hex | 96 | 86 | 82 | 0 | B | D | 29 | C | 9 | 37 |
| Octal | 226 | 206 | 202 | 0 | 13 | 15 | 51 | 14 | 11 | 67 |
| Binary | 10010110 | 10000110 | 10000010 | 0 | 1011 | 1101 | 101001 | 1100 | 1001 | 110111 |
Color Harmonies of #968682
Complementary color
Monochromatic Colors of #968682
Black with #968682
Text Example
Text Example
White with #968682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968682; }
p { color: rgb(150,134,130); }
H1.HeaderClassName
{
color: #968682;
}
.AnyTagClassName
{
color: #968682;
}
</style>
background-color css
<style>
a { background-color: #968682; }
a { background-color: rgb(150,134,130); }
div.DivClassName
{
background-color: #968682;
}
.BgClassName
{
background-color: #968682;
}
</style>
border-color css
<style>
span { border-color: #968682; }
span { border-color: rgb(150,134,130); }
td.TdClassName
{
border-color: #968682;
}
.TagClassName
{
border-color: #968682;
}
</style>