Html Css Color HEX #955C6B Mauve Taupe

📋 copy color: '#955C6B'

red 149 ◦ green 92 ◦ blue 107

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

Shades of Mauve Taupe #955C6B

Tints of Mauve Taupe #955C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 42.82%
G = 26.44%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#955C6B (or 0x955C6B) is known color: Mauve Taupe. HEX triplet: 95, 5C and 6B. RGB value is (149,92,107). Sum of RGB (Red+Green+Blue) = 149+92+107=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C6B is #6AA394. Grayscale: #6E6E6E. Windows color (decimal): -6988693 or 7036053. OLE color: 7036053.

HSL color Cylindrical-coordinate representation of color #955C6B: hue angle of 344.21º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C6B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 107 -
CMYK 0 0.38 0.28 0.42
HSL 344.21º 0.24% 0.47% -
HSV(B) 344.21º 0.38% 0.58% -
XYZ 18.88 15.11 15.83 -
YUV 110.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 149 92 107 0 0.38 0.28 0.42 344.21 0.24 0.47
Hex 95 5C 6B 0 26 1C 2A 158 18 2F
Octal 225 134 153 0 46 34 52 530 30 57
Binary 10010101 1011100 1101011 0 100110 11100 101010 101011000 11000 101111

Color Harmonies of #955C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C6B

Black with #955C6B

Text Example


Text Example

White with #955C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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