Shades of Zorba #968D85
Tints of Zorba #968D85
RGB
CMYK
RGB Variations
Color information
#968D85 (or 0x968D85) is known color: Zorba. HEX triplet: 96, 8D and 85. RGB value is (150,141,133). Sum of RGB (Red+Green+Blue) = 150+141+133=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #968D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D85 is #69727A. Grayscale: #8E8E8E. Windows color (decimal): -6910587 or 8752534. OLE color: 8752534.
HSL color Cylindrical-coordinate representation of color #968D85: hue angle of 28.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968D85 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 133 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.41 |
| HSL | 28.24º | 0.07% | 0.55% | - |
| HSV(B) | 28.24º | 0.11% | 0.59% | - |
| XYZ | 26.34 | 27.23 | 26.06 | - |
| YUV | 142.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 133 | 0 | 0.06 | 0.11 | 0.41 | 28.24 | 0.07 | 0.55 |
| Hex | 96 | 8D | 85 | 0 | 6 | B | 29 | 1C | 7 | 37 |
| Octal | 226 | 215 | 205 | 0 | 6 | 13 | 51 | 34 | 7 | 67 |
| Binary | 10010110 | 10001101 | 10000101 | 0 | 110 | 1011 | 101001 | 11100 | 111 | 110111 |
Color Harmonies of #968D85
Complementary color
Monochromatic Colors of #968D85
Black with #968D85
Text Example
Text Example
White with #968D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D85; }
p { color: rgb(150,141,133); }
H1.HeaderClassName
{
color: #968D85;
}
.AnyTagClassName
{
color: #968D85;
}
</style>
background-color css
<style>
a { background-color: #968D85; }
a { background-color: rgb(150,141,133); }
div.DivClassName
{
background-color: #968D85;
}
.BgClassName
{
background-color: #968D85;
}
</style>
border-color css
<style>
span { border-color: #968D85; }
span { border-color: rgb(150,141,133); }
td.TdClassName
{
border-color: #968D85;
}
.TagClassName
{
border-color: #968D85;
}
</style>