Shades of Zorba #969493
Tints of Zorba #969493
RGB
CMYK
RGB Variations
Color information
#969493 (or 0x969493) is known color: Zorba. HEX triplet: 96, 94 and 93. RGB value is (150,148,147). Sum of RGB (Red+Green+Blue) = 150+148+147=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 150 - color contains mainly: red. Hex color #969493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969493 is #696B6C. Grayscale: #949494. Windows color (decimal): -6908781 or 9671830. OLE color: 9671830.
HSL color Cylindrical-coordinate representation of color #969493: hue angle of 20º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #969493 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
RGB | 150 | 148 | 147 | - |
CMYK | 0 | 0.01 | 0.02 | 0.41 |
HSL | 20º | 0.01% | 0.58% | - |
HSV(B) | 20º | 0.02% | 0.59% | - |
XYZ | 28.43 | 29.77 | 31.85 | - |
YUV | 148.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 148 | 147 | 0 | 0.01 | 0.02 | 0.41 | 20 | 0.01 | 0.58 |
Hex | 96 | 94 | 93 | 0 | 1 | 2 | 29 | 14 | 1 | 3A |
Octal | 226 | 224 | 223 | 0 | 1 | 2 | 51 | 24 | 1 | 72 |
Binary | 10010110 | 10010100 | 10010011 | 0 | 1 | 10 | 101001 | 10100 | 1 | 111010 |
Color Harmonies of #969493
Complementary color
Monochromatic Colors of #969493
Black with #969493
Text Example
Text Example
White with #969493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969493; }
p { color: rgb(150,148,147); }
H1.HeaderClassName
{
color: #969493;
}
.AnyTagClassName
{
color: #969493;
}
</style>
background-color css
<style>
a { background-color: #969493; }
a { background-color: rgb(150,148,147); }
div.DivClassName
{
background-color: #969493;
}
.BgClassName
{
background-color: #969493;
}
</style>
border-color css
<style>
span { border-color: #969493; }
span { border-color: rgb(150,148,147); }
td.TdClassName
{
border-color: #969493;
}
.TagClassName
{
border-color: #969493;
}
</style>