#969B95

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

Shades of Mantle #969B95

Tints of Mantle #969B95

Color information

#969B95 (or 0x969B95) is unknown color: approx Mantle. HEX triplet: 96, 9B and 95. RGB value is (150,155,149). Sum of RGB (Red+Green+Blue) = 150+155+149=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 155 - color contains mainly: green. Hex color #969B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B95 is #69646A. Grayscale: #989898. Windows color (decimal): -6906987 or 9804694. OLE color: 9804694.

HSL color Cylindrical-coordinate representation of color #969B95: hue angle of 110º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969B95 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB150155149-
CMYK0.0300.040.39
HSL110º2.91%59.61%-
HSV(B)110º3.87%60.78%-
XYZ29.7232.133.06-
YUV152.82125.84125.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=33.04%
G=34.14%
B=32.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551490.0300.040.391102.9159.61
Hex969B95304276e33c
Octal22623322530447156374
Binary100101101001101110010101110100100111110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B95; }

 p { color: rgb(150,155,149); }

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

<style>
 a { background-color: #969B95; }

 a { background-color: rgb(150,155,149); }

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

<style>
 span { border-color: #969B95; }

 span { border-color: rgb(150,155,149); }

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