#9C9083

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

Shades of Zorba #9C9083

Tints of Zorba #9C9083

Color information

#9C9083 (or 0x9C9083) is unknown color: approx Zorba. HEX triplet: 9C, 90 and 83. RGB value is (156,144,131). Sum of RGB (Red+Green+Blue) = 156+144+131=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9083 is #636F7C. Grayscale: #929292. Windows color (decimal): -6516605 or 8622236. OLE color: 8622236.

HSL color Cylindrical-coordinate representation of color #9C9083: hue angle of 31.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C9083 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB156144131-
CMYK00.080.160.39
HSL31.2º11.21%56.27%-
HSV(B)31.2º16.03%61.18%-
XYZ27.7828.6525.54-
YUV146.11119.48135.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=36.19%
G=33.41%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614413100.080.160.3931.211.2156.27
Hex9C90830810271fb38
Octal2342202030102047371370
Binary1001110010010000100000110100010000100111111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,131); }

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

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

 a { background-color: rgb(156,144,131); }

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

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

 span { border-color: rgb(156,144,131); }

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