Html Css Color HEX #956070 Mauve Taupe

📋 copy color: '#956070'

red 149 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #956070

Tints of Mauve Taupe #956070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 41.74%
G = 26.89%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#956070 (or 0x956070) is known color: Mauve Taupe. HEX triplet: 95, 60 and 70. RGB value is (149,96,112). Sum of RGB (Red+Green+Blue) = 149+96+112=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956070 is #6A9F8F. Grayscale: #717171. Windows color (decimal): -6987664 or 7364757. OLE color: 7364757.

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

Color convert

RGB 149 96 112 -
CMYK 0 0.36 0.25 0.42
HSL 341.89º 0.22% 0.48% -
HSV(B) 341.89º 0.36% 0.58% -
XYZ 19.5 15.93 17.38 -
YUV 113.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 149 96 112 0 0.36 0.25 0.42 341.89 0.22 0.48
Hex 95 60 70 0 24 19 2A 156 16 30
Octal 225 140 160 0 44 31 52 526 26 60
Binary 10010101 1100000 1110000 0 100100 11001 101010 101010110 10110 110000

Color Harmonies of #956070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956070

Black with #956070

Text Example


Text Example

White with #956070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956070; }

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

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

background-color css

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

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

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

border-color css

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

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

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