#96928D

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

Shades of Zorba #96928D

Tints of Zorba #96928D

Color information

#96928D (or 0x96928D) is unknown color: approx Zorba. HEX triplet: 96, 92 and 8D. RGB value is (150,146,141). Sum of RGB (Red+Green+Blue) = 150+146+141=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96928D is #696D72. Grayscale: #929292. Windows color (decimal): -6909299 or 9278102. OLE color: 9278102.

HSL color Cylindrical-coordinate representation of color #96928D: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96928D is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB150146141-
CMYK00.030.060.41
HSL33.33º4.11%57.06%-
HSV(B)33.33º6%58.82%-
XYZ27.6628.9629.33-
YUV146.63124.83130.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=34.32%
G=33.41%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614100.030.060.4133.334.1157.06
Hex96928D0362921439
Octal2262222150365141471
Binary100101101001001010001101011110101001100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96928D; }

 p { color: rgb(150,146,141); }

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

<style>
 a { background-color: #96928D; }

 a { background-color: rgb(150,146,141); }

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

<style>
 span { border-color: #96928D; }

 span { border-color: rgb(150,146,141); }

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