Shades of Zorba #9C948A
Tints of Zorba #9C948A
RGB
CMYK
RGB Variations
Color information
#9C948A (or 0x9C948A) is known color: Zorba. HEX triplet: 9C, 94 and 8A. RGB value is (156,148,138). Sum of RGB (Red+Green+Blue) = 156+148+138=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C948A is #636B75. Grayscale: #959595. Windows color (decimal): -6515574 or 9082012. OLE color: 9082012.
HSL color Cylindrical-coordinate representation of color #9C948A: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C948A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 138 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.39 |
| HSL | 33.33º | 0.08% | 0.58% | - |
| HSV(B) | 33.33º | 0.12% | 0.61% | - |
| XYZ | 28.89 | 30.08 | 28.33 | - |
| YUV | 149.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 138 | 0 | 0.05 | 0.12 | 0.39 | 33.33 | 0.08 | 0.58 |
| Hex | 9C | 94 | 8A | 0 | 5 | C | 27 | 21 | 8 | 3A |
| Octal | 234 | 224 | 212 | 0 | 5 | 14 | 47 | 41 | 10 | 72 |
| Binary | 10011100 | 10010100 | 10001010 | 0 | 101 | 1100 | 100111 | 100001 | 1000 | 111010 |
Color Harmonies of #9C948A
Complementary color
Monochromatic Colors of #9C948A
Black with #9C948A
Text Example
Text Example
White with #9C948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C948A; }
p { color: rgb(156,148,138); }
H1.HeaderClassName
{
color: #9C948A;
}
.AnyTagClassName
{
color: #9C948A;
}
</style>
background-color css
<style>
a { background-color: #9C948A; }
a { background-color: rgb(156,148,138); }
div.DivClassName
{
background-color: #9C948A;
}
.BgClassName
{
background-color: #9C948A;
}
</style>
border-color css
<style>
span { border-color: #9C948A; }
span { border-color: rgb(156,148,138); }
td.TdClassName
{
border-color: #9C948A;
}
.TagClassName
{
border-color: #9C948A;
}
</style>