#9B928A

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

Shades of Zorba #9B928A

Tints of Zorba #9B928A

Color information

#9B928A (or 0x9B928A) is unknown color: approx Zorba. HEX triplet: 9B, 92 and 8A. RGB value is (155,146,138). Sum of RGB (Red+Green+Blue) = 155+146+138=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B928A is #646D75. Grayscale: #939393. Windows color (decimal): -6581622 or 9081499. OLE color: 9081499.

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

Color convert

RGB155146138-
CMYK00.060.110.39
HSL28.24º7.83%57.45%-
HSV(B)28.24º10.97%60.78%-
XYZ28.3829.3628.22-
YUV147.78122.48133.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=35.31%
G=33.26%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514613800.060.110.3928.247.8357.45
Hex9B928A06B271c839
Octal233222212061347341071
Binary10011011100100101000101001101011100111111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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