#9C9287

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

Shades of Zorba #9C9287

Tints of Zorba #9C9287

Color information

#9C9287 (or 0x9C9287) is unknown color: approx Zorba. HEX triplet: 9C, 92 and 87. RGB value is (156,146,135). Sum of RGB (Red+Green+Blue) = 156+146+135=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9287 is #636D78. Grayscale: #939393. Windows color (decimal): -6516089 or 8884892. OLE color: 8884892.

HSL color Cylindrical-coordinate representation of color #9C9287: hue angle of 31.43º degrees, saturation: 0.1, 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 #9C9287 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB156146135-
CMYK00.060.130.39
HSL31.43º9.59%57.06%-
HSV(B)31.43º13.46%61.18%-
XYZ28.3629.3727.1-
YUV147.74120.81133.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.70%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=35.70%
G=33.41%
B=30.89%

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
Decimal15614613500.060.130.3931.439.5957.06
Hex9C928706D271fa39
Octal234222207061547371271
Binary10011100100100101000011101101101100111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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