#9F9088

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

Shades of Zorba #9F9088

Tints of Zorba #9F9088

Color information

#9F9088 (or 0x9F9088) is unknown color: approx Zorba. HEX triplet: 9F, 90 and 88. RGB value is (159,144,136). Sum of RGB (Red+Green+Blue) = 159+144+136=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9088 is #606F77. Grayscale: #939393. Windows color (decimal): -6319992 or 8949919. OLE color: 8949919.

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

Color convert

RGB159144136-
CMYK00.090.140.38
HSL20.87º10.7%57.84%-
HSV(B)20.87º14.47%62.35%-
XYZ28.7229.127.39-
YUV147.57121.47136.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.22%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=36.22%
G=32.80%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914413600.090.140.3820.8710.757.84
Hex9F908809E2615b3a
Octal2372202100111646251372
Binary100111111001000010001000010011110100110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,136); }

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

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

 a { background-color: rgb(159,144,136); }

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

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

 span { border-color: rgb(159,144,136); }

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