Html Css Color HEX #97606A Mauve Taupe

📋 copy color: '#97606A'

red 151 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #97606A

Tints of Mauve Taupe #97606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 42.78%
G = 27.2%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97606A (or 0x97606A) is known color: Mauve Taupe. HEX triplet: 97, 60 and 6A. RGB value is (151,96,106). Sum of RGB (Red+Green+Blue) = 151+96+106=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #97606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97606A is #689F95. Grayscale: #717171. Windows color (decimal): -6856598 or 6971543. OLE color: 6971543.

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

Color convert

RGB 151 96 106 -
CMYK 0 0.36 0.30 0.41
HSL 349.09º 0.22% 0.48% -
HSV(B) 349.09º 0.36% 0.59% -
XYZ 19.55 15.99 15.69 -
YUV 113.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 151 96 106 0 0.36 0.30 0.41 349.09 0.22 0.48
Hex 97 60 6A 0 24 1E 29 15D 16 30
Octal 227 140 152 0 44 36 51 535 26 60
Binary 10010111 1100000 1101010 0 100100 11110 101001 101011101 10110 110000

Color Harmonies of #97606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97606A

Black with #97606A

Text Example


Text Example

White with #97606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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