Shades of Zorba #969594
Tints of Zorba #969594
RGB
CMYK
RGB Variations
Color information
#969594 (or 0x969594) is known color: Zorba. HEX triplet: 96, 95 and 94. RGB value is (150,149,148). Sum of RGB (Red+Green+Blue) = 150+149+148=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 150 - color contains mainly: red. Hex color #969594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969594 is #696A6B. Grayscale: #959595. Windows color (decimal): -6908524 or 9737622. OLE color: 9737622.
HSL color Cylindrical-coordinate representation of color #969594: hue angle of 30º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969594 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 148 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.41 |
| HSL | 30º | 0.01% | 0.58% | - |
| HSV(B) | 30º | 0.01% | 0.59% | - |
| XYZ | 28.67 | 30.12 | 32.32 | - |
| YUV | 149.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 148 | 0 | 0.01 | 0.01 | 0.41 | 30 | 0.01 | 0.58 |
| Hex | 96 | 95 | 94 | 0 | 1 | 1 | 29 | 1E | 1 | 3A |
| Octal | 226 | 225 | 224 | 0 | 1 | 1 | 51 | 36 | 1 | 72 |
| Binary | 10010110 | 10010101 | 10010100 | 0 | 1 | 1 | 101001 | 11110 | 1 | 111010 |
Color Harmonies of #969594
Complementary color
Monochromatic Colors of #969594
Black with #969594
Text Example
Text Example
White with #969594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969594; }
p { color: rgb(150,149,148); }
H1.HeaderClassName
{
color: #969594;
}
.AnyTagClassName
{
color: #969594;
}
</style>
background-color css
<style>
a { background-color: #969594; }
a { background-color: rgb(150,149,148); }
div.DivClassName
{
background-color: #969594;
}
.BgClassName
{
background-color: #969594;
}
</style>
border-color css
<style>
span { border-color: #969594; }
span { border-color: rgb(150,149,148); }
td.TdClassName
{
border-color: #969594;
}
.TagClassName
{
border-color: #969594;
}
</style>