#96A58C

Color #96A58C Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #96A58C

Tints of Mantle #96A58C

Color information

#96A58C (or 0x96A58C) is unknown color: approx Mantle. HEX triplet: 96, A5 and 8C. RGB value is (150,165,140). Sum of RGB (Red+Green+Blue) = 150+165+140=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 165 - color contains mainly: green. Hex color #96A58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A58C is #695A73. Grayscale: #9D9D9D. Windows color (decimal): -6904436 or 9217430. OLE color: 9217430.

HSL color Cylindrical-coordinate representation of color #96A58C: hue angle of 96º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A58C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB150165140-
CMYK0.0900.150.35
HSL96º12.2%59.8%-
HSV(B)96º15.15%64.71%-
XYZ30.7735.2930-
YUV157.66118.03122.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=32.97%
G=36.26%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651400.0900.150.359612.259.8
Hex96A58C90F2360c3c
Octal22624521411017431401474
Binary10010110101001011000110010010111110001111000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A58C; }

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

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

<style>
 a { background-color: #96A58C; }

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

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

<style>
 span { border-color: #96A58C; }

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

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