Html Css Color HEX #956162 Mauve Taupe

📋 copy color: '#956162'

red 149 ◦ green 97 ◦ blue 98

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

Shades of Mauve Taupe #956162

Tints of Mauve Taupe #956162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 43.31%
G = 28.2%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#956162 (or 0x956162) is known color: Mauve Taupe. HEX triplet: 95, 61 and 62. RGB value is (149,97,98). Sum of RGB (Red+Green+Blue) = 149+97+98=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #956162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956162 is #6A9E9D. Grayscale: #707070. Windows color (decimal): -6987422 or 6447509. OLE color: 6447509.

HSL color Cylindrical-coordinate representation of color #956162: hue angle of 358.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956162 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 98 -
CMYK 0 0.35 0.34 0.42
HSL 358.85º 0.21% 0.48% -
HSV(B) 358.85º 0.35% 0.58% -
XYZ 18.87 15.82 13.61 -
YUV 112.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 149 97 98 0 0.35 0.34 0.42 358.85 0.21 0.48
Hex 95 61 62 0 23 22 2A 167 15 30
Octal 225 141 142 0 43 42 52 547 25 60
Binary 10010101 1100001 1100010 0 100011 100010 101010 101100111 10101 110000

Color Harmonies of #956162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956162

Black with #956162

Text Example


Text Example

White with #956162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956162; }

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

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

background-color css

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

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

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

border-color css

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

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

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