Html Css Color HEX #956272 Mauve Taupe

📋 copy color: '#956272'

red 149 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #956272

Tints of Mauve Taupe #956272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 41.27%
G = 27.15%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#956272 (or 0x956272) is known color: Mauve Taupe. HEX triplet: 95, 62 and 72. RGB value is (149,98,114). Sum of RGB (Red+Green+Blue) = 149+98+114=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956272 is #6A9D8D. Grayscale: #737373. Windows color (decimal): -6987150 or 7496341. OLE color: 7496341.

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

Color convert

RGB 149 98 114 -
CMYK 0 0.34 0.23 0.42
HSL 341.18º 0.21% 0.48% -
HSV(B) 341.18º 0.34% 0.58% -
XYZ 19.8 16.34 18.03 -
YUV 115.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 149 98 114 0 0.34 0.23 0.42 341.18 0.21 0.48
Hex 95 62 72 0 22 17 2A 155 15 30
Octal 225 142 162 0 42 27 52 525 25 60
Binary 10010101 1100010 1110010 0 100010 10111 101010 101010101 10101 110000

Color Harmonies of #956272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956272

Black with #956272

Text Example


Text Example

White with #956272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956272; }

 p { color: rgb(149,98,114); }

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

background-color css

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

 a { background-color: rgb(149,98,114); }

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

border-color css

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

 span { border-color: rgb(149,98,114); }

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