Html Css Color HEX #97666A Mauve Taupe

📋 copy color: '#97666A'

red 151 ◦ green 102 ◦ blue 106

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

Shades of Mauve Taupe #97666A

Tints of Mauve Taupe #97666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

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

R = 42.06%
G = 28.41%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97666A (or 0x97666A) is known color: Mauve Taupe. HEX triplet: 97, 66 and 6A. RGB value is (151,102,106). Sum of RGB (Red+Green+Blue) = 151+102+106=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97666A is #689995. Grayscale: #757575. Windows color (decimal): -6855062 or 6973079. OLE color: 6973079.

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

Color convert

RGB 151 102 106 -
CMYK 0 0.32 0.30 0.41
HSL 355.1º 0.19% 0.5% -
HSV(B) 355.1º 0.32% 0.59% -
XYZ 20.12 17.12 15.88 -
YUV 117.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 151 102 106 0 0.32 0.30 0.41 355.1 0.19 0.5
Hex 97 66 6A 0 20 1E 29 163 13 32
Octal 227 146 152 0 40 36 51 543 23 62
Binary 10010111 1100110 1101010 0 100000 11110 101001 101100011 10011 110010

Color Harmonies of #97666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97666A

Black with #97666A

Text Example


Text Example

White with #97666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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