#9C9288

Color #9C9288 Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9C9288

Tints of Zorba #9C9288

Color information

#9C9288 (or 0x9C9288) is unknown color: approx Zorba. HEX triplet: 9C, 92 and 88. RGB value is (156,146,136). Sum of RGB (Red+Green+Blue) = 156+146+136=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9288 is #636D77. Grayscale: #939393. Windows color (decimal): -6516088 or 8950428. OLE color: 8950428.

HSL color Cylindrical-coordinate representation of color #9C9288: hue angle of 30º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C9288 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156146136-
CMYK00.060.130.39
HSL30º9.17%57.25%-
HSV(B)30º12.82%61.18%-
XYZ28.4329.427.47-
YUV147.85121.31133.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=35.62%
G=33.33%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614613600.060.130.39309.1757.25
Hex9C928806D271e939
Octal234222210061547361171
Binary10011100100100101000100001101101100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9288; }

 p { color: rgb(156,146,136); }

 H1.HeaderClassName
 {
   color: #9C9288;
 }
 .AnyTagClassName
 {
   color: #9C9288;
 }
</style>
background-color css

<style>
 a { background-color: #9C9288; }

 a { background-color: rgb(156,146,136); }

 div.DivClassName
 {
   background-color: #9C9288;
 }
 .BgClassName
 {
   background-color: #9C9288;
 }
</style>
border-color css

<style>
 span { border-color: #9C9288; }

 span { border-color: rgb(156,146,136); }

 td.TdClassName
 {
   border-color: #9C9288;
 }
 .TagClassName
 {
   border-color: #9C9288;
 }
</style>