Html Css Color HEX #97596A Mauve Taupe

📋 copy color: '#97596A'

red 151 ◦ green 89 ◦ blue 106

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

Shades of Mauve Taupe #97596A

Tints of Mauve Taupe #97596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 43.64%
G = 25.72%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97596A (or 0x97596A) is known color: Mauve Taupe. HEX triplet: 97, 59 and 6A. RGB value is (151,89,106). Sum of RGB (Red+Green+Blue) = 151+89+106=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97596A is #68A695. Grayscale: #6D6D6D. Windows color (decimal): -6858390 or 6969751. OLE color: 6969751.

HSL color Cylindrical-coordinate representation of color #97596A: hue angle of 343.55º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97596A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 106 -
CMYK 0 0.41 0.30 0.41
HSL 343.55º 0.26% 0.47% -
HSV(B) 343.55º 0.41% 0.59% -
XYZ 18.94 14.76 15.49 -
YUV 109.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 151 89 106 0 0.41 0.30 0.41 343.55 0.26 0.47
Hex 97 59 6A 0 29 1E 29 158 1A 2F
Octal 227 131 152 0 51 36 51 530 32 57
Binary 10010111 1011001 1101010 0 101001 11110 101001 101011000 11010 101111

Color Harmonies of #97596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97596A

Black with #97596A

Text Example


Text Example

White with #97596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97596A; }

 p { color: rgb(151,89,106); }

 H1.HeaderClassName
 {
   color: #97596A;
 }
 .AnyTagClassName
 {
   color: #97596A;
 }
</style>

background-color css

<style>
 a { background-color: #97596A; }

 a { background-color: rgb(151,89,106); }

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

border-color css

<style>
 span { border-color: #97596A; }

 span { border-color: rgb(151,89,106); }

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