Html Css Color HEX #976162 Mauve Taupe

📋 copy color: '#976162'

red 151 ◦ green 97 ◦ blue 98

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

Shades of Mauve Taupe #976162

Tints of Mauve Taupe #976162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 43.64%
G = 28.03%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#976162 (or 0x976162) is known color: Mauve Taupe. HEX triplet: 97, 61 and 62. RGB value is (151,97,98). Sum of RGB (Red+Green+Blue) = 151+97+98=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976162 is #689E9D. Grayscale: #717171. Windows color (decimal): -6856350 or 6447511. OLE color: 6447511.

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

Color convert

RGB 151 97 98 -
CMYK 0 0.36 0.35 0.41
HSL 358.89º 0.22% 0.49% -
HSV(B) 358.89º 0.36% 0.59% -
XYZ 19.24 16.01 13.63 -
YUV 113.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 151 97 98 0 0.36 0.35 0.41 358.89 0.22 0.49
Hex 97 61 62 0 24 23 29 167 16 31
Octal 227 141 142 0 44 43 51 547 26 61
Binary 10010111 1100001 1100010 0 100100 100011 101001 101100111 10110 110001

Color Harmonies of #976162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976162

Black with #976162

Text Example


Text Example

White with #976162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976162; }

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

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

background-color css

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

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

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

border-color css

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

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

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