#9F948E

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

Shades of Zorba #9F948E

Tints of Zorba #9F948E

Color information

#9F948E (or 0x9F948E) is unknown color: approx Zorba. HEX triplet: 9F, 94 and 8E. RGB value is (159,148,142). Sum of RGB (Red+Green+Blue) = 159+148+142=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F948E is #606B71. Grayscale: #969696. Windows color (decimal): -6318962 or 9344159. OLE color: 9344159.

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

Color convert

RGB159148142-
CMYK00.070.110.38
HSL21.18º8.13%59.02%-
HSV(B)21.18º10.69%62.35%-
XYZ29.7730.529.91-
YUV150.6123.14133.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=35.41%
G=32.96%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914814200.070.110.3821.188.1359.02
Hex9F948E07B261583b
Octal237224216071346251073
Binary10011111100101001000111001111011100110101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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