#9B928E

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

Shades of Zorba #9B928E

Tints of Zorba #9B928E

Color information

#9B928E (or 0x9B928E) is unknown color: approx Zorba. HEX triplet: 9B, 92 and 8E. RGB value is (155,146,142). Sum of RGB (Red+Green+Blue) = 155+146+142=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B928E is #646D71. Grayscale: #949494. Windows color (decimal): -6581618 or 9343643. OLE color: 9343643.

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

Color convert

RGB155146142-
CMYK00.060.080.39
HSL18.46º6.1%58.24%-
HSV(B)18.46º8.39%60.78%-
XYZ28.6829.4829.77-
YUV148.23124.48132.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=34.99%
G=32.96%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514614200.060.080.3918.466.158.24
Hex9B928E068271263a
Octal23322221606104722672
Binary1001101110010010100011100110100010011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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