Html Css Color HEX #956675 Mauve Taupe

📋 copy color: '#956675'

red 149 ◦ green 102 ◦ blue 117

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

Shades of Mauve Taupe #956675

Tints of Mauve Taupe #956675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 40.49%
G = 27.72%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#956675 (or 0x956675) is known color: Mauve Taupe. HEX triplet: 95, 66 and 75. RGB value is (149,102,117). Sum of RGB (Red+Green+Blue) = 149+102+117=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #956675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956675 is #6A998A. Grayscale: #757575. Windows color (decimal): -6986123 or 7693973. OLE color: 7693973.

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

Color convert

RGB 149 102 117 -
CMYK 0 0.32 0.21 0.42
HSL 340.85º 0.19% 0.49% -
HSV(B) 340.85º 0.32% 0.58% -
XYZ 20.36 17.18 19.07 -
YUV 117.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 149 102 117 0 0.32 0.21 0.42 340.85 0.19 0.49
Hex 95 66 75 0 20 15 2A 155 13 31
Octal 225 146 165 0 40 25 52 525 23 61
Binary 10010101 1100110 1110101 0 100000 10101 101010 101010101 10011 110001

Color Harmonies of #956675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956675

Black with #956675

Text Example


Text Example

White with #956675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956675; }

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

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

background-color css

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

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

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

border-color css

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

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

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