#9E958D

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

Shades of Zorba #9E958D

Tints of Zorba #9E958D

Color information

#9E958D (or 0x9E958D) is unknown color: approx Zorba. HEX triplet: 9E, 95 and 8D. RGB value is (158,149,141). Sum of RGB (Red+Green+Blue) = 158+149+141=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E958D is #616A72. Grayscale: #969696. Windows color (decimal): -6384243 or 9278878. OLE color: 9278878.

HSL color Cylindrical-coordinate representation of color #9E958D: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E958D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158149141-
CMYK00.060.110.38
HSL28.24º8.06%58.63%-
HSV(B)28.24º10.76%61.96%-
XYZ29.6630.6929.56-
YUV150.78122.48133.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=35.27%
G=33.26%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814914100.060.110.3828.248.0658.63
Hex9E958D06B261c83b
Octal236225215061346341073
Binary10011110100101011000110101101011100110111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,149,141); }

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

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

 a { background-color: rgb(158,149,141); }

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

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

 span { border-color: rgb(158,149,141); }

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