Html Css Color HEX #955D75 Mauve Taupe

📋 copy color: '#955D75'

red 149 ◦ green 93 ◦ blue 117

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

Shades of Mauve Taupe #955D75

Tints of Mauve Taupe #955D75

RGB

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

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

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

R = 41.5%
G = 25.91%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955D75 (or 0x955D75) is known color: Mauve Taupe. HEX triplet: 95, 5D and 75. RGB value is (149,93,117). Sum of RGB (Red+Green+Blue) = 149+93+117=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #955D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D75 is #6AA28A. Grayscale: #707070. Windows color (decimal): -6988427 or 7691669. OLE color: 7691669.

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

Color convert

RGB 149 93 117 -
CMYK 0 0.38 0.21 0.42
HSL 334.29º 0.23% 0.47% -
HSV(B) 334.29º 0.38% 0.58% -
XYZ 19.52 15.5 18.79 -
YUV 112.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 149 93 117 0 0.38 0.21 0.42 334.29 0.23 0.47
Hex 95 5D 75 0 26 15 2A 14E 17 2F
Octal 225 135 165 0 46 25 52 516 27 57
Binary 10010101 1011101 1110101 0 100110 10101 101010 101001110 10111 101111

Color Harmonies of #955D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D75

Black with #955D75

Text Example


Text Example

White with #955D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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