Html Css Color HEX #976168 Mauve Taupe

📋 copy color: '#976168'

red 151 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #976168

Tints of Mauve Taupe #976168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 42.9%
G = 27.56%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#976168 (or 0x976168) is known color: Mauve Taupe. HEX triplet: 97, 61 and 68. RGB value is (151,97,104). Sum of RGB (Red+Green+Blue) = 151+97+104=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #976168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976168 is #689E97. Grayscale: #717171. Windows color (decimal): -6856344 or 6840727. OLE color: 6840727.

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

Color convert

RGB 151 97 104 -
CMYK 0 0.36 0.31 0.41
HSL 352.22º 0.22% 0.49% -
HSV(B) 352.22º 0.36% 0.59% -
XYZ 19.54 16.13 15.18 -
YUV 113.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 151 97 104 0 0.36 0.31 0.41 352.22 0.22 0.49
Hex 97 61 68 0 24 1F 29 160 16 31
Octal 227 141 150 0 44 37 51 540 26 61
Binary 10010111 1100001 1101000 0 100100 11111 101001 101100000 10110 110001

Color Harmonies of #976168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976168

Black with #976168

Text Example


Text Example

White with #976168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976168; }

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

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

background-color css

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

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

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

border-color css

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

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

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