Html Css Color HEX #955D6C Mauve Taupe

📋 copy color: '#955D6C'

red 149 ◦ green 93 ◦ blue 108

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

Shades of Mauve Taupe #955D6C

Tints of Mauve Taupe #955D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.57%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 42.57%
G = 26.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#955D6C (or 0x955D6C) is known color: Mauve Taupe. HEX triplet: 95, 5D and 6C. RGB value is (149,93,108). Sum of RGB (Red+Green+Blue) = 149+93+108=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D6C is #6AA293. Grayscale: #6F6F6F. Windows color (decimal): -6988436 or 7101845. OLE color: 7101845.

HSL color Cylindrical-coordinate representation of color #955D6C: hue angle of 343.93º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D6C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 93 108 -
CMYK 0 0.38 0.28 0.42
HSL 343.93º 0.23% 0.47% -
HSV(B) 343.93º 0.38% 0.58% -
XYZ 19.02 15.3 16.14 -
YUV 111.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 149 93 108 0 0.38 0.28 0.42 343.93 0.23 0.47
Hex 95 5D 6C 0 26 1C 2A 158 17 2F
Octal 225 135 154 0 46 34 52 530 27 57
Binary 10010101 1011101 1101100 0 100110 11100 101010 101011000 10111 101111

Color Harmonies of #955D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D6C

Black with #955D6C

Text Example


Text Example

White with #955D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955D6C; }

 p { color: rgb(149,93,108); }

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

background-color css

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

 a { background-color: rgb(149,93,108); }

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

border-color css

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

 span { border-color: rgb(149,93,108); }

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