Html Css Color HEX #975D68 Mauve Taupe

📋 copy color: '#975D68'

red 151 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #975D68

Tints of Mauve Taupe #975D68

RGB

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

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

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

R = 43.39%
G = 26.72%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#975D68 (or 0x975D68) is known color: Mauve Taupe. HEX triplet: 97, 5D and 68. RGB value is (151,93,104). Sum of RGB (Red+Green+Blue) = 151+93+104=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #975D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975D68 is #68A297. Grayscale: #6F6F6F. Windows color (decimal): -6857368 or 6839703. OLE color: 6839703.

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

Color convert

RGB 151 93 104 -
CMYK 0 0.38 0.31 0.41
HSL 348.62º 0.24% 0.48% -
HSV(B) 348.62º 0.38% 0.59% -
XYZ 19.18 15.41 15.06 -
YUV 111.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 151 93 104 0 0.38 0.31 0.41 348.62 0.24 0.48
Hex 97 5D 68 0 26 1F 29 15D 18 30
Octal 227 135 150 0 46 37 51 535 30 60
Binary 10010111 1011101 1101000 0 100110 11111 101001 101011101 11000 110000

Color Harmonies of #975D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D68

Black with #975D68

Text Example


Text Example

White with #975D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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