#9F958E

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

Shades of Zorba #9F958E

Tints of Zorba #9F958E

Color information

#9F958E (or 0x9F958E) is unknown color: approx Zorba. HEX triplet: 9F, 95 and 8E. RGB value is (159,149,142). Sum of RGB (Red+Green+Blue) = 159+149+142=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958E is #606A71. Grayscale: #979797. Windows color (decimal): -6318706 or 9344415. OLE color: 9344415.

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

Color convert

RGB159149142-
CMYK00.060.110.38
HSL24.71º8.13%59.02%-
HSV(B)24.71º10.69%62.35%-
XYZ29.9330.8229.96-
YUV151.19122.81133.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 33.11%
BLUE value IS 142 (55.86% from 255) = 31.56%
R=35.33%
G=33.11%
B=31.56%

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
Decimal15914914200.060.110.3824.718.1359.02
Hex9F958E06B261983b
Octal237225216061346311073
Binary10011111100101011000111001101011100110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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