#956B76

Color #956B76 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #956B76

Tints of Mauve Taupe #956B76

Color information

#956B76 (or 0x956B76) is unknown color: approx Mauve Taupe. HEX triplet: 95, 6B and 76. RGB value is (149,107,118). Sum of RGB (Red+Green+Blue) = 149+107+118=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #956B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B76 is #6A9489. Grayscale: #787878. Windows color (decimal): -6984842 or 7760789. OLE color: 7760789.

HSL color Cylindrical-coordinate representation of color #956B76: hue angle of 344.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B76 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149107118-
CMYK00.280.210.42
HSL344.29º16.54%50.2%-
HSV(B)344.29º28.19%58.43%-
XYZ20.9218.2119.55-
YUV120.81126.41148.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=39.84%
G=28.61%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910711800.280.210.42344.2916.5450.2
Hex956B7601C152A1581132
Octal22515316603425525302162
Binary10010101110101111101100111001010110101010101100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956B76; }

 p { color: rgb(149,107,118); }

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

<style>
 a { background-color: #956B76; }

 a { background-color: rgb(149,107,118); }

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

<style>
 span { border-color: #956B76; }

 span { border-color: rgb(149,107,118); }

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