#9C9185

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

Shades of Zorba #9C9185

Tints of Zorba #9C9185

Color information

#9C9185 (or 0x9C9185) is unknown color: approx Zorba. HEX triplet: 9C, 91 and 85. RGB value is (156,145,133). Sum of RGB (Red+Green+Blue) = 156+145+133=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9185 is #636E7A. Grayscale: #929292. Windows color (decimal): -6516347 or 8753564. OLE color: 8753564.

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

Color convert

RGB156145133-
CMYK00.070.150.39
HSL31.3º10.41%56.67%-
HSV(B)31.3º14.74%61.18%-
XYZ28.0729.0126.31-
YUV146.92120.14134.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=35.94%
G=33.41%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614513300.070.150.3931.310.4156.67
Hex9C918507F271fa39
Octal234221205071747371271
Binary10011100100100011000010101111111100111111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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