#975E6B

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

Shades of Mauve Taupe #975E6B

Tints of Mauve Taupe #975E6B

Color information

#975E6B (or 0x975E6B) is unknown color: approx Mauve Taupe. HEX triplet: 97, 5E and 6B. RGB value is (151,94,107). Sum of RGB (Red+Green+Blue) = 151+94+107=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E6B is #68A194. Grayscale: #707070. Windows color (decimal): -6857109 or 7036567. OLE color: 7036567.

HSL color Cylindrical-coordinate representation of color #975E6B: hue angle of 346.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E6B is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15194107-
CMYK00.380.290.41
HSL346.32º23.27%48.04%-
HSV(B)346.32º37.75%59.22%-
XYZ19.4215.6515.91-
YUV112.52124.88155.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=42.90%
G=26.70%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519410700.380.290.41346.3223.2748.04
Hex975E6B0261D2915a1730
Octal22713615304635515322760
Binary100101111011110110101101001101110110100110101101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975E6B; }

 p { color: rgb(151,94,107); }

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

<style>
 a { background-color: #975E6B; }

 a { background-color: rgb(151,94,107); }

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

<style>
 span { border-color: #975E6B; }

 span { border-color: rgb(151,94,107); }

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