#96928A

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

Shades of Heathered Grey #96928A

Tints of Heathered Grey #96928A

Color information

#96928A (or 0x96928A) is unknown color: approx Heathered Grey. HEX triplet: 96, 92 and 8A. RGB value is (150,146,138). Sum of RGB (Red+Green+Blue) = 150+146+138=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #96928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96928A is #696D75. Grayscale: #929292. Windows color (decimal): -6909302 or 9081494. OLE color: 9081494.

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

Color convert

RGB150146138-
CMYK00.030.080.41
HSL40º5.41%56.47%-
HSV(B)40º8%58.82%-
XYZ27.4428.8828.17-
YUV146.28123.33130.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=34.56%
G=33.64%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014613800.030.080.41405.4156.47
Hex96928A0382928538
Octal22622221203105150570
Binary1001011010010010100010100111000101001101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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