#96928C

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

Shades of Heathered Grey #96928C

Tints of Heathered Grey #96928C

Color information

#96928C (or 0x96928C) is unknown color: approx Heathered Grey. HEX triplet: 96, 92 and 8C. RGB value is (150,146,140). Sum of RGB (Red+Green+Blue) = 150+146+140=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 150 - color contains mainly: red. Hex color #96928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96928C is #696D73. Grayscale: #929292. Windows color (decimal): -6909300 or 9212566. OLE color: 9212566.

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

Color convert

RGB150146140-
CMYK00.030.070.41
HSL36º4.55%56.86%-
HSV(B)36º6.67%58.82%-
XYZ27.5928.9428.94-
YUV146.51124.33130.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=34.40%
G=33.49%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614000.030.070.41364.5556.86
Hex96928C0372924539
Octal2262222140375144571
Binary100101101001001010001100011111101001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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