Html Css Color HEX #956677 Mauve Taupe

📋 copy color: '#956677'

red 149 ◦ green 102 ◦ blue 119

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

Shades of Mauve Taupe #956677

Tints of Mauve Taupe #956677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 40.27%
G = 27.57%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#956677 (or 0x956677) is known color: Mauve Taupe. HEX triplet: 95, 66 and 77. RGB value is (149,102,119). Sum of RGB (Red+Green+Blue) = 149+102+119=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #956677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956677 is #6A9988. Grayscale: #757575. Windows color (decimal): -6986121 or 7825045. OLE color: 7825045.

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

Color convert

RGB 149 102 119 -
CMYK 0 0.32 0.20 0.42
HSL 338.3º 0.19% 0.49% -
HSV(B) 338.3º 0.32% 0.58% -
XYZ 20.48 17.22 19.7 -
YUV 117.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 149 102 119 0 0.32 0.20 0.42 338.3 0.19 0.49
Hex 95 66 77 0 20 14 2A 152 13 31
Octal 225 146 167 0 40 24 52 522 23 61
Binary 10010101 1100110 1110111 0 100000 10100 101010 101010010 10011 110001

Color Harmonies of #956677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956677

Black with #956677

Text Example


Text Example

White with #956677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956677; }

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

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

background-color css

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

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

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

border-color css

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

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

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