Shades of Zorba #9C928A
Tints of Zorba #9C928A
RGB
CMYK
RGB Variations
Color information
#9C928A (or 0x9C928A) is known color: Zorba. HEX triplet: 9C, 92 and 8A. RGB value is (156,146,138). Sum of RGB (Red+Green+Blue) = 156+146+138=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C928A is #636D75. Grayscale: #949494. Windows color (decimal): -6516086 or 9081500. OLE color: 9081500.
HSL color Cylindrical-coordinate representation of color #9C928A: hue angle of 26.67º 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 #9C928A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 138 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.39 |
| HSL | 26.67º | 0.08% | 0.58% | - |
| HSV(B) | 26.67º | 0.12% | 0.61% | - |
| XYZ | 28.58 | 29.46 | 28.23 | - |
| YUV | 148.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 138 | 0 | 0.06 | 0.12 | 0.39 | 26.67 | 0.08 | 0.58 |
| Hex | 9C | 92 | 8A | 0 | 6 | C | 27 | 1B | 8 | 3A |
| Octal | 234 | 222 | 212 | 0 | 6 | 14 | 47 | 33 | 10 | 72 |
| Binary | 10011100 | 10010010 | 10001010 | 0 | 110 | 1100 | 100111 | 11011 | 1000 | 111010 |
Color Harmonies of #9C928A
Complementary color
Monochromatic Colors of #9C928A
Black with #9C928A
Text Example
Text Example
White with #9C928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C928A; }
p { color: rgb(156,146,138); }
H1.HeaderClassName
{
color: #9C928A;
}
.AnyTagClassName
{
color: #9C928A;
}
</style>
background-color css
<style>
a { background-color: #9C928A; }
a { background-color: rgb(156,146,138); }
div.DivClassName
{
background-color: #9C928A;
}
.BgClassName
{
background-color: #9C928A;
}
</style>
border-color css
<style>
span { border-color: #9C928A; }
span { border-color: rgb(156,146,138); }
td.TdClassName
{
border-color: #9C928A;
}
.TagClassName
{
border-color: #9C928A;
}
</style>