Html Css Color HEX #955A6D Mauve Taupe

📋 copy color: '#955A6D'

red 149 ◦ green 90 ◦ blue 109

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

Shades of Mauve Taupe #955A6D

Tints of Mauve Taupe #955A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 42.82%
G = 25.86%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#955A6D (or 0x955A6D) is known color: Mauve Taupe. HEX triplet: 95, 5A and 6D. RGB value is (149,90,109). Sum of RGB (Red+Green+Blue) = 149+90+109=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A6D is #6AA592. Grayscale: #6D6D6D. Windows color (decimal): -6989203 or 7166613. OLE color: 7166613.

HSL color Cylindrical-coordinate representation of color #955A6D: hue angle of 340.68º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A6D is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 109 -
CMYK 0 0.40 0.27 0.42
HSL 340.68º 0.25% 0.47% -
HSV(B) 340.68º 0.4% 0.58% -
XYZ 18.81 14.81 16.33 -
YUV 109.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 149 90 109 0 0.40 0.27 0.42 340.68 0.25 0.47
Hex 95 5A 6D 0 28 1B 2A 155 19 2F
Octal 225 132 155 0 50 33 52 525 31 57
Binary 10010101 1011010 1101101 0 101000 11011 101010 101010101 11001 101111

Color Harmonies of #955A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A6D

Black with #955A6D

Text Example


Text Example

White with #955A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,90,109); }

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

background-color css

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

 a { background-color: rgb(149,90,109); }

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

border-color css

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

 span { border-color: rgb(149,90,109); }

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