Html Css Color HEX #97596E Mauve Taupe

📋 copy color: '#97596E'

red 151 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #97596E

Tints of Mauve Taupe #97596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 43.14%
G = 25.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97596E (or 0x97596E) is known color: Mauve Taupe. HEX triplet: 97, 59 and 6E. RGB value is (151,89,110). Sum of RGB (Red+Green+Blue) = 151+89+110=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #97596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97596E is #68A691. Grayscale: #6D6D6D. Windows color (decimal): -6858386 or 7231895. OLE color: 7231895.

HSL color Cylindrical-coordinate representation of color #97596E: hue angle of 339.68º 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 #97596E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 110 -
CMYK 0 0.41 0.27 0.41
HSL 339.68º 0.26% 0.47% -
HSV(B) 339.68º 0.41% 0.59% -
XYZ 19.15 14.85 16.61 -
YUV 109.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 151 89 110 0 0.41 0.27 0.41 339.68 0.26 0.47
Hex 97 59 6E 0 29 1B 29 154 1A 2F
Octal 227 131 156 0 51 33 51 524 32 57
Binary 10010111 1011001 1101110 0 101001 11011 101001 101010100 11010 101111

Color Harmonies of #97596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97596E

Black with #97596E

Text Example


Text Example

White with #97596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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