#9B938A

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

Shades of Zorba #9B938A

Tints of Zorba #9B938A

Color information

#9B938A (or 0x9B938A) is unknown color: approx Zorba. HEX triplet: 9B, 93 and 8A. RGB value is (155,147,138). Sum of RGB (Red+Green+Blue) = 155+147+138=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B938A is #646C75. Grayscale: #949494. Windows color (decimal): -6581366 or 9081755. OLE color: 9081755.

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

Color convert

RGB155147138-
CMYK00.050.110.39
HSL31.76º7.83%57.45%-
HSV(B)31.76º10.97%60.78%-
XYZ28.5429.6728.27-
YUV148.37122.15132.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=35.23%
G=33.41%
B=31.36%

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
Decimal15514713800.050.110.3931.767.8357.45
Hex9B938A05B2720839
Octal233223212051347401071
Binary100110111001001110001010010110111001111000001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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