Html Css Color HEX #955969 Mauve Taupe

📋 copy color: '#955969'

red 149 ◦ green 89 ◦ blue 105

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

Shades of Mauve Taupe #955969

Tints of Mauve Taupe #955969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 43.44%
G = 25.95%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#955969 (or 0x955969) is known color: Mauve Taupe. HEX triplet: 95, 59 and 69. RGB value is (149,89,105). Sum of RGB (Red+Green+Blue) = 149+89+105=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #955969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955969 is #6AA696. Grayscale: #6C6C6C. Windows color (decimal): -6989463 or 6904213. OLE color: 6904213.

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

Color convert

RGB 149 89 105 -
CMYK 0 0.40 0.30 0.42
HSL 344º 0.25% 0.47% -
HSV(B) 344º 0.4% 0.58% -
XYZ 18.52 14.55 15.2 -
YUV 108.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 149 89 105 0 0.40 0.30 0.42 344 0.25 0.47
Hex 95 59 69 0 28 1E 2A 158 19 2F
Octal 225 131 151 0 50 36 52 530 31 57
Binary 10010101 1011001 1101001 0 101000 11110 101010 101011000 11001 101111

Color Harmonies of #955969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955969

Black with #955969

Text Example


Text Example

White with #955969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955969; }

 p { color: rgb(149,89,105); }

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

background-color css

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

 a { background-color: rgb(149,89,105); }

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

border-color css

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

 span { border-color: rgb(149,89,105); }

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