#9B948F

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

Shades of Zorba #9B948F

Tints of Zorba #9B948F

Color information

#9B948F (or 0x9B948F) is unknown color: approx Zorba. HEX triplet: 9B, 94 and 8F. RGB value is (155,148,143). Sum of RGB (Red+Green+Blue) = 155+148+143=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B948F is #646B70. Grayscale: #959595. Windows color (decimal): -6581105 or 9409691. OLE color: 9409691.

HSL color Cylindrical-coordinate representation of color #9B948F: hue angle of 25º 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 #9B948F is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155148143-
CMYK00.050.080.39
HSL25º5.66%58.43%-
HSV(B)25º7.74%60.78%-
XYZ29.0730.1330.27-
YUV149.52124.32131.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=34.75%
G=33.18%
B=32.06%

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
Decimal15514814300.050.080.39255.6658.43
Hex9B948F058271963a
Octal23322421705104731672
Binary1001101110010100100011110101100010011111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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