Shades of Zorba #968E86
Tints of Zorba #968E86
RGB
CMYK
RGB Variations
Color information
#968E86 (or 0x968E86) is known color: Zorba. HEX triplet: 96, 8E and 86. RGB value is (150,142,134). Sum of RGB (Red+Green+Blue) = 150+142+134=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #968E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E86 is #697179. Grayscale: #8F8F8F. Windows color (decimal): -6910330 or 8818326. OLE color: 8818326.
HSL color Cylindrical-coordinate representation of color #968E86: hue angle of 30º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968E86 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 134 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.41 |
| HSL | 30º | 0.07% | 0.56% | - |
| HSV(B) | 30º | 0.11% | 0.59% | - |
| XYZ | 26.55 | 27.55 | 26.47 | - |
| YUV | 143.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 134 | 0 | 0.05 | 0.11 | 0.41 | 30 | 0.07 | 0.56 |
| Hex | 96 | 8E | 86 | 0 | 5 | B | 29 | 1E | 7 | 38 |
| Octal | 226 | 216 | 206 | 0 | 5 | 13 | 51 | 36 | 7 | 70 |
| Binary | 10010110 | 10001110 | 10000110 | 0 | 101 | 1011 | 101001 | 11110 | 111 | 111000 |
Color Harmonies of #968E86
Complementary color
Monochromatic Colors of #968E86
Black with #968E86
Text Example
Text Example
White with #968E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E86; }
p { color: rgb(150,142,134); }
H1.HeaderClassName
{
color: #968E86;
}
.AnyTagClassName
{
color: #968E86;
}
</style>
background-color css
<style>
a { background-color: #968E86; }
a { background-color: rgb(150,142,134); }
div.DivClassName
{
background-color: #968E86;
}
.BgClassName
{
background-color: #968E86;
}
</style>
border-color css
<style>
span { border-color: #968E86; }
span { border-color: rgb(150,142,134); }
td.TdClassName
{
border-color: #968E86;
}
.TagClassName
{
border-color: #968E86;
}
</style>