#9C9187

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

Shades of Zorba #9C9187

Tints of Zorba #9C9187

Color information

#9C9187 (or 0x9C9187) is unknown color: approx Zorba. HEX triplet: 9C, 91 and 87. RGB value is (156,145,135). Sum of RGB (Red+Green+Blue) = 156+145+135=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9187 is #636E78. Grayscale: #939393. Windows color (decimal): -6516345 or 8884636. OLE color: 8884636.

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

Color convert

RGB156145135-
CMYK00.070.130.39
HSL28.57º9.59%57.06%-
HSV(B)28.57º13.46%61.18%-
XYZ28.2129.0727.05-
YUV147.15121.14134.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=35.78%
G=33.26%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614513500.070.130.3928.579.5957.06
Hex9C918707D271da39
Octal234221207071547351271
Binary10011100100100011000011101111101100111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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