Html Css Color HEX #975A6C Mauve Taupe

📋 copy color: '#975A6C'

red 151 ◦ green 90 ◦ blue 108

#975A6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #975A6C

Tints of Mauve Taupe #975A6C

RGB

 RED value IS 151 (59.38% from 255) = 43.27%

 GREEN value IS 90 (35.55% from 255) = 25.79%

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 43.27%
G = 25.79%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#975A6C (or 0x975A6C) is known color: Mauve Taupe. HEX triplet: 97, 5A and 6C. RGB value is (151,90,108). Sum of RGB (Red+Green+Blue) = 151+90+108=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #975A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A6C is #68A593. Grayscale: #6E6E6E. Windows color (decimal): -6858132 or 7101079. OLE color: 7101079.

HSL color Cylindrical-coordinate representation of color #975A6C: hue angle of 342.3º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A6C is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 108 -
CMYK 0 0.40 0.28 0.41
HSL 342.3º 0.25% 0.47% -
HSV(B) 342.3º 0.4% 0.59% -
XYZ 19.13 14.97 16.07 -
YUV 110.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 151 90 108 0 0.40 0.28 0.41 342.3 0.25 0.47
Hex 97 5A 6C 0 28 1C 29 156 19 2F
Octal 227 132 154 0 50 34 51 526 31 57
Binary 10010111 1011010 1101100 0 101000 11100 101001 101010110 11001 101111

Color Harmonies of #975A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A6C

Black with #975A6C

Text Example


Text Example

White with #975A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,108); }

 H1.HeaderClassName
 {
   color: #975A6C;
 }
 .AnyTagClassName
 {
   color: #975A6C;
 }
</style>

background-color css

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

 a { background-color: rgb(151,90,108); }

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

border-color css

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

 span { border-color: rgb(151,90,108); }

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