Html Css Color HEX #955F6A Mauve Taupe

📋 copy color: '#955F6A'

red 149 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #955F6A

Tints of Mauve Taupe #955F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 42.57%
G = 27.14%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#955F6A (or 0x955F6A) is known color: Mauve Taupe. HEX triplet: 95, 5F and 6A. RGB value is (149,95,106). Sum of RGB (Red+Green+Blue) = 149+95+106=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F6A is #6AA095. Grayscale: #707070. Windows color (decimal): -6987926 or 6971285. OLE color: 6971285.

HSL color Cylindrical-coordinate representation of color #955F6A: hue angle of 347.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F6A is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 106 -
CMYK 0 0.36 0.29 0.42
HSL 347.78º 0.22% 0.48% -
HSV(B) 347.78º 0.36% 0.58% -
XYZ 19.09 15.61 15.64 -
YUV 112.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 149 95 106 0 0.36 0.29 0.42 347.78 0.22 0.48
Hex 95 5F 6A 0 24 1D 2A 15C 16 30
Octal 225 137 152 0 44 35 52 534 26 60
Binary 10010101 1011111 1101010 0 100100 11101 101010 101011100 10110 110000

Color Harmonies of #955F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F6A

Black with #955F6A

Text Example


Text Example

White with #955F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,95,106); }

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

background-color css

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

 a { background-color: rgb(149,95,106); }

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

border-color css

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

 span { border-color: rgb(149,95,106); }

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