#96918A

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

Shades of Heathered Grey #96918A

Tints of Heathered Grey #96918A

Color information

#96918A (or 0x96918A) is unknown color: approx Heathered Grey. HEX triplet: 96, 91 and 8A. RGB value is (150,145,138). Sum of RGB (Red+Green+Blue) = 150+145+138=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #96918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96918A is #696E75. Grayscale: #919191. Windows color (decimal): -6909558 or 9081238. OLE color: 9081238.

HSL color Cylindrical-coordinate representation of color #96918A: hue angle of 35º 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 #96918A is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150145138-
CMYK00.030.080.41
HSL35º5.41%56.47%-
HSV(B)35º8%58.82%-
XYZ27.2928.5728.12-
YUV145.7123.66131.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=34.64%
G=33.49%
B=31.87%

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
Decimal15014513800.030.080.41355.4156.47
Hex96918A0382923538
Octal22622121203105143570
Binary1001011010010001100010100111000101001100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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