Html Css Color HEX #956670 Mauve Taupe

📋 copy color: '#956670'

red 149 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #956670

Tints of Mauve Taupe #956670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 41.05%
G = 28.1%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#956670 (or 0x956670) is known color: Mauve Taupe. HEX triplet: 95, 66 and 70. RGB value is (149,102,112). Sum of RGB (Red+Green+Blue) = 149+102+112=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #956670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956670 is #6A998F. Grayscale: #757575. Windows color (decimal): -6986128 or 7366293. OLE color: 7366293.

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

Color convert

RGB 149 102 112 -
CMYK 0 0.32 0.25 0.42
HSL 347.23º 0.19% 0.49% -
HSV(B) 347.23º 0.32% 0.58% -
XYZ 20.07 17.06 17.56 -
YUV 117.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 149 102 112 0 0.32 0.25 0.42 347.23 0.19 0.49
Hex 95 66 70 0 20 19 2A 15B 13 31
Octal 225 146 160 0 40 31 52 533 23 61
Binary 10010101 1100110 1110000 0 100000 11001 101010 101011011 10011 110001

Color Harmonies of #956670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956670

Black with #956670

Text Example


Text Example

White with #956670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956670; }

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

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

background-color css

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

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

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

border-color css

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

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

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