#96907F

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

Shades of Heathered Grey #96907F

Tints of Heathered Grey #96907F

Color information

#96907F (or 0x96907F) is unknown color: approx Heathered Grey. HEX triplet: 96, 90 and 7F. RGB value is (150,144,127). Sum of RGB (Red+Green+Blue) = 150+144+127=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #96907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96907F is #696F80. Grayscale: #8F8F8F. Windows color (decimal): -6909825 or 8360086. OLE color: 8360086.

HSL color Cylindrical-coordinate representation of color #96907F: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96907F is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150144127-
CMYK00.040.150.41
HSL44.35º9.87%54.31%-
HSV(B)44.35º15.33%58.82%-
XYZ26.3827.9624.09-
YUV143.86118.49132.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 127 (50% from 255) = 30.17%
R=35.63%
G=34.20%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014412700.040.150.4144.359.8754.31
Hex96907F04F292ca36
Octal226220177041751541266
Binary10010110100100001111111010011111010011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96907F; }

 p { color: rgb(150,144,127); }

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

<style>
 a { background-color: #96907F; }

 a { background-color: rgb(150,144,127); }

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

<style>
 span { border-color: #96907F; }

 span { border-color: rgb(150,144,127); }

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