#9f958d

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

Shades of Zorba #9F958D

Tints of Zorba #9F958D

Color information

#9F958D (or 0x9F958D) is unknown color: approx Zorba. HEX triplet: 9F, 95 and 8D. RGB value is (159,149,141). Sum of RGB (Red+Green+Blue) = 159+149+141=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958D is #606A72. Grayscale: #979797. Windows color (decimal): -6318707 or 9278879. OLE color: 9278879.

HSL color Cylindrical-coordinate representation of color #9F958D: hue angle of 26.67º degrees, saturation: 0.09, 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 #9F958D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB159149141-
CMYK00.060.110.38
HSL26.67º8.57%58.82%-
HSV(B)26.67º11.32%62.35%-
XYZ29.8530.7929.57-
YUV151.08122.31133.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=35.41%
G=33.18%
B=31.40%

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
Decimal15914914100.060.110.3826.678.5758.82
Hex9F958D06B261b93b
Octal237225215061346331173
Binary10011111100101011000110101101011100110110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f958d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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