Html Css Color HEX #975E64 Mauve Taupe

📋 copy color: '#975E64'

red 151 ◦ green 94 ◦ blue 100

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

Shades of Mauve Taupe #975E64

Tints of Mauve Taupe #975E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 43.77%
G = 27.25%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#975E64 (or 0x975E64) is known color: Mauve Taupe. HEX triplet: 97, 5E and 64. RGB value is (151,94,100). Sum of RGB (Red+Green+Blue) = 151+94+100=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E64 is #68A19B. Grayscale: #6F6F6F. Windows color (decimal): -6857116 or 6577815. OLE color: 6577815.

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

Color convert

RGB 151 94 100 -
CMYK 0 0.38 0.34 0.41
HSL 353.68º 0.23% 0.48% -
HSV(B) 353.68º 0.38% 0.59% -
XYZ 19.07 15.5 14.04 -
YUV 111.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 151 94 100 0 0.38 0.34 0.41 353.68 0.23 0.48
Hex 97 5E 64 0 26 22 29 162 17 30
Octal 227 136 144 0 46 42 51 542 27 60
Binary 10010111 1011110 1100100 0 100110 100010 101001 101100010 10111 110000

Color Harmonies of #975E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E64

Black with #975E64

Text Example


Text Example

White with #975E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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