Html Css Color HEX #975A6B Mauve Taupe

📋 copy color: '#975A6B'

red 151 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #975A6B

Tints of Mauve Taupe #975A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 43.39%
G = 25.86%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#975A6B (or 0x975A6B) is known color: Mauve Taupe. HEX triplet: 97, 5A and 6B. RGB value is (151,90,107). Sum of RGB (Red+Green+Blue) = 151+90+107=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #975A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A6B is #68A594. Grayscale: #6E6E6E. Windows color (decimal): -6858133 or 7035543. OLE color: 7035543.

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

Color convert

RGB 151 90 107 -
CMYK 0 0.40 0.29 0.41
HSL 343.28º 0.25% 0.47% -
HSV(B) 343.28º 0.4% 0.59% -
XYZ 19.07 14.95 15.79 -
YUV 110.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 151 90 107 0 0.40 0.29 0.41 343.28 0.25 0.47
Hex 97 5A 6B 0 28 1D 29 157 19 2F
Octal 227 132 153 0 50 35 51 527 31 57
Binary 10010111 1011010 1101011 0 101000 11101 101001 101010111 11001 101111

Color Harmonies of #975A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A6B

Black with #975A6B

Text Example


Text Example

White with #975A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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