Html Css Color HEX #956166 Mauve Taupe

📋 copy color: '#956166'

red 149 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #956166

Tints of Mauve Taupe #956166

RGB

 RED value IS 149 (58.59% from 255) = 42.82%

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

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 42.82%
G = 27.87%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#956166 (or 0x956166) is known color: Mauve Taupe. HEX triplet: 95, 61 and 66. RGB value is (149,97,102). Sum of RGB (Red+Green+Blue) = 149+97+102=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #956166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956166 is #6A9E99. Grayscale: #717171. Windows color (decimal): -6987418 or 6709653. OLE color: 6709653.

HSL color Cylindrical-coordinate representation of color #956166: hue angle of 354.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956166 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 102 -
CMYK 0 0.35 0.32 0.42
HSL 354.23º 0.21% 0.48% -
HSV(B) 354.23º 0.35% 0.58% -
XYZ 19.07 15.9 14.63 -
YUV 113.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 149 97 102 0 0.35 0.32 0.42 354.23 0.21 0.48
Hex 95 61 66 0 23 20 2A 162 15 30
Octal 225 141 146 0 43 40 52 542 25 60
Binary 10010101 1100001 1100110 0 100011 100000 101010 101100010 10101 110000

Color Harmonies of #956166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956166

Black with #956166

Text Example


Text Example

White with #956166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956166; }

 p { color: rgb(149,97,102); }

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

background-color css

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

 a { background-color: rgb(149,97,102); }

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

border-color css

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

 span { border-color: rgb(149,97,102); }

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