Html Css Color HEX #956076 Mauve Taupe

📋 copy color: '#956076'

red 149 ◦ green 96 ◦ blue 118

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

Shades of Mauve Taupe #956076

Tints of Mauve Taupe #956076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.51%

R = 41.05%
G = 26.45%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#956076 (or 0x956076) is known color: Mauve Taupe. HEX triplet: 95, 60 and 76. RGB value is (149,96,118). Sum of RGB (Red+Green+Blue) = 149+96+118=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #956076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956076 is #6A9F89. Grayscale: #727272. Windows color (decimal): -6987658 or 7757973. OLE color: 7757973.

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

Color convert

RGB 149 96 118 -
CMYK 0 0.36 0.21 0.42
HSL 335.09º 0.22% 0.48% -
HSV(B) 335.09º 0.36% 0.58% -
XYZ 19.85 16.06 19.19 -
YUV 114.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 149 96 118 0 0.36 0.21 0.42 335.09 0.22 0.48
Hex 95 60 76 0 24 15 2A 14F 16 30
Octal 225 140 166 0 44 25 52 517 26 60
Binary 10010101 1100000 1110110 0 100100 10101 101010 101001111 10110 110000

Color Harmonies of #956076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956076

Black with #956076

Text Example


Text Example

White with #956076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956076; }

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

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

background-color css

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

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

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

border-color css

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

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

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