#9F908A

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

Shades of Zorba #9F908A

Tints of Zorba #9F908A

Color information

#9F908A (or 0x9F908A) is unknown color: approx Zorba. HEX triplet: 9F, 90 and 8A. RGB value is (159,144,138). Sum of RGB (Red+Green+Blue) = 159+144+138=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F908A is #606F75. Grayscale: #939393. Windows color (decimal): -6319990 or 9080991. OLE color: 9080991.

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

Color convert

RGB159144138-
CMYK00.090.130.38
HSL17.14º9.86%58.24%-
HSV(B)17.14º13.21%62.35%-
XYZ28.8629.1528.15-
YUV147.8122.47135.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=36.05%
G=32.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914413800.090.130.3817.149.8658.24
Hex9F908A09D2611a3a
Octal2372202120111546211272
Binary100111111001000010001010010011101100110100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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