Html Css Color HEX #955F62 Mauve Taupe

📋 copy color: '#955F62'

red 149 ◦ green 95 ◦ blue 98

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

Shades of Mauve Taupe #955F62

Tints of Mauve Taupe #955F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 43.57%
G = 27.78%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955F62 (or 0x955F62) is known color: Mauve Taupe. HEX triplet: 95, 5F and 62. RGB value is (149,95,98). Sum of RGB (Red+Green+Blue) = 149+95+98=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F62 is #6AA09D. Grayscale: #6F6F6F. Windows color (decimal): -6987934 or 6446997. OLE color: 6446997.

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

Color convert

RGB 149 95 98 -
CMYK 0 0.36 0.34 0.42
HSL 356.67º 0.22% 0.48% -
HSV(B) 356.67º 0.36% 0.58% -
XYZ 18.69 15.46 13.55 -
YUV 111.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 149 95 98 0 0.36 0.34 0.42 356.67 0.22 0.48
Hex 95 5F 62 0 24 22 2A 165 16 30
Octal 225 137 142 0 44 42 52 545 26 60
Binary 10010101 1011111 1100010 0 100100 100010 101010 101100101 10110 110000

Color Harmonies of #955F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F62

Black with #955F62

Text Example


Text Example

White with #955F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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