Html Css Color HEX #955F6B Mauve Taupe

📋 copy color: '#955F6B'

red 149 ◦ green 95 ◦ blue 107

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

Shades of Mauve Taupe #955F6B

Tints of Mauve Taupe #955F6B

RGB

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

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

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

R = 42.45%
G = 27.07%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#955F6B (or 0x955F6B) is known color: Mauve Taupe. HEX triplet: 95, 5F and 6B. RGB value is (149,95,107). Sum of RGB (Red+Green+Blue) = 149+95+107=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F6B is #6AA094. Grayscale: #707070. Windows color (decimal): -6987925 or 7036821. OLE color: 7036821.

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

Color convert

RGB 149 95 107 -
CMYK 0 0.36 0.28 0.42
HSL 346.67º 0.22% 0.48% -
HSV(B) 346.67º 0.36% 0.58% -
XYZ 19.14 15.64 15.92 -
YUV 112.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 149 95 107 0 0.36 0.28 0.42 346.67 0.22 0.48
Hex 95 5F 6B 0 24 1C 2A 15B 16 30
Octal 225 137 153 0 44 34 52 533 26 60
Binary 10010101 1011111 1101011 0 100100 11100 101010 101011011 10110 110000

Color Harmonies of #955F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F6B

Black with #955F6B

Text Example


Text Example

White with #955F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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