Html Css Color HEX #955A6B Mauve Taupe

📋 copy color: '#955A6B'

red 149 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #955A6B

Tints of Mauve Taupe #955A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 43.06%
G = 26.01%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#955A6B (or 0x955A6B) is known color: Mauve Taupe. HEX triplet: 95, 5A and 6B. RGB value is (149,90,107). Sum of RGB (Red+Green+Blue) = 149+90+107=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A6B is #6AA594. Grayscale: #6D6D6D. Windows color (decimal): -6989205 or 7035541. OLE color: 7035541.

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

Color convert

RGB 149 90 107 -
CMYK 0 0.40 0.28 0.42
HSL 342.71º 0.25% 0.47% -
HSV(B) 342.71º 0.4% 0.58% -
XYZ 18.7 14.76 15.77 -
YUV 109.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 149 90 107 0 0.40 0.28 0.42 342.71 0.25 0.47
Hex 95 5A 6B 0 28 1C 2A 157 19 2F
Octal 225 132 153 0 50 34 52 527 31 57
Binary 10010101 1011010 1101011 0 101000 11100 101010 101010111 11001 101111

Color Harmonies of #955A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A6B

Black with #955A6B

Text Example


Text Example

White with #955A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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