#975C69

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

Shades of Mauve Taupe #975C69

Tints of Mauve Taupe #975C69

Color information

#975C69 (or 0x975C69) is unknown color: approx Mauve Taupe. HEX triplet: 97, 5C and 69. RGB value is (151,92,105). Sum of RGB (Red+Green+Blue) = 151+92+105=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #975C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C69 is #68A396. Grayscale: #6F6F6F. Windows color (decimal): -6857623 or 6904983. OLE color: 6904983.

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

Color convert

RGB15192105-
CMYK00.390.300.41
HSL346.78º24.28%47.65%-
HSV(B)346.78º39.07%59.22%-
XYZ19.1415.2515.3-
YUV111.12124.55156.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=43.39%
G=26.44%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519210500.390.300.41346.7824.2847.65
Hex975C690271E2915b1830
Octal22713415104736515333060
Binary100101111011100110100101001111111010100110101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,92,105); }

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

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

 a { background-color: rgb(151,92,105); }

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

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

 span { border-color: rgb(151,92,105); }

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