Html Css Color HEX #975C68 Mauve Taupe

📋 copy color: '#975C68'

red 151 ◦ green 92 ◦ blue 104

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

Shades of Mauve Taupe #975C68

Tints of Mauve Taupe #975C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 43.52%
G = 26.51%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975C68 (or 0x975C68) is known color: Mauve Taupe. HEX triplet: 97, 5C and 68. RGB value is (151,92,104). Sum of RGB (Red+Green+Blue) = 151+92+104=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #975C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975C68 is #68A397. Grayscale: #6F6F6F. Windows color (decimal): -6857624 or 6839447. OLE color: 6839447.

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

Color convert

RGB 151 92 104 -
CMYK 0 0.39 0.31 0.41
HSL 347.8º 0.24% 0.48% -
HSV(B) 347.8º 0.39% 0.59% -
XYZ 19.09 15.23 15.03 -
YUV 111.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 151 92 104 0 0.39 0.31 0.41 347.8 0.24 0.48
Hex 97 5C 68 0 27 1F 29 15C 18 30
Octal 227 134 150 0 47 37 51 534 30 60
Binary 10010111 1011100 1101000 0 100111 11111 101001 101011100 11000 110000

Color Harmonies of #975C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C68

Black with #975C68

Text Example


Text Example

White with #975C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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