Html Css Color HEX #975D6E Mauve Taupe

📋 copy color: '#975D6E'

red 151 ◦ green 93 ◦ blue 110

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

Shades of Mauve Taupe #975D6E

Tints of Mauve Taupe #975D6E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 42.66%
G = 26.27%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#975D6E (or 0x975D6E) is known color: Mauve Taupe. HEX triplet: 97, 5D and 6E. RGB value is (151,93,110). Sum of RGB (Red+Green+Blue) = 151+93+110=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #975D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D6E is #68A291. Grayscale: #707070. Windows color (decimal): -6857362 or 7232919. OLE color: 7232919.

HSL color Cylindrical-coordinate representation of color #975D6E: hue angle of 342.41º degrees, saturation: 0.24, 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 #975D6E is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 110 -
CMYK 0 0.38 0.27 0.41
HSL 342.41º 0.24% 0.48% -
HSV(B) 342.41º 0.38% 0.59% -
XYZ 19.49 15.53 16.72 -
YUV 112.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 151 93 110 0 0.38 0.27 0.41 342.41 0.24 0.48
Hex 97 5D 6E 0 26 1B 29 156 18 30
Octal 227 135 156 0 46 33 51 526 30 60
Binary 10010111 1011101 1101110 0 100110 11011 101001 101010110 11000 110000

Color Harmonies of #975D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D6E

Black with #975D6E

Text Example


Text Example

White with #975D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,93,110); }

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

background-color css

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

 a { background-color: rgb(151,93,110); }

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

border-color css

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

 span { border-color: rgb(151,93,110); }

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