#9B948A

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

Shades of Zorba #9B948A

Tints of Zorba #9B948A

Color information

#9B948A (or 0x9B948A) is unknown color: approx Zorba. HEX triplet: 9B, 94 and 8A. RGB value is (155,148,138). Sum of RGB (Red+Green+Blue) = 155+148+138=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B948A is #646B75. Grayscale: #959595. Windows color (decimal): -6581110 or 9082011. OLE color: 9082011.

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

Color convert

RGB155148138-
CMYK00.050.110.39
HSL35.29º7.83%57.45%-
HSV(B)35.29º10.97%60.78%-
XYZ28.6929.9828.32-
YUV148.95121.82132.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 148 (58.20% from 255) = 33.56%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=35.15%
G=33.56%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514813800.050.110.3935.297.8357.45
Hex9B948A05B2723839
Octal233224212051347431071
Binary100110111001010010001010010110111001111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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