#9B948E

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

Shades of Zorba #9B948E

Tints of Zorba #9B948E

Color information

#9B948E (or 0x9B948E) is unknown color: approx Zorba. HEX triplet: 9B, 94 and 8E. RGB value is (155,148,142). Sum of RGB (Red+Green+Blue) = 155+148+142=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B948E is #646B71. Grayscale: #959595. Windows color (decimal): -6581106 or 9344155. OLE color: 9344155.

HSL color Cylindrical-coordinate representation of color #9B948E: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B948E is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155148142-
CMYK00.050.080.39
HSL27.69º6.1%58.24%-
HSV(B)27.69º8.39%60.78%-
XYZ28.9930.129.87-
YUV149.41123.82131.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=34.83%
G=33.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514814200.050.080.3927.696.158.24
Hex9B948E058271c63a
Octal23322421605104734672
Binary1001101110010100100011100101100010011111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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