Html Css Color HEX #97616A Mauve Taupe

📋 copy color: '#97616A'

red 151 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #97616A

Tints of Mauve Taupe #97616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 42.66%
G = 27.4%
B = 29.94%

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

#97616A (or 0x97616A) is known color: Mauve Taupe. HEX triplet: 97, 61 and 6A. RGB value is (151,97,106). Sum of RGB (Red+Green+Blue) = 151+97+106=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #97616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97616A is #689E95. Grayscale: #727272. Windows color (decimal): -6856342 or 6971799. OLE color: 6971799.

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

Color convert

RGB 151 97 106 -
CMYK 0 0.36 0.30 0.41
HSL 350º 0.22% 0.49% -
HSV(B) 350º 0.36% 0.59% -
XYZ 19.64 16.17 15.72 -
YUV 114.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 151 97 106 0 0.36 0.30 0.41 350 0.22 0.49
Hex 97 61 6A 0 24 1E 29 15E 16 31
Octal 227 141 152 0 44 36 51 536 26 61
Binary 10010111 1100001 1101010 0 100100 11110 101001 101011110 10110 110001

Color Harmonies of #97616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97616A

Black with #97616A

Text Example


Text Example

White with #97616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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