Html Css Color HEX #956263 Mauve Taupe

📋 copy color: '#956263'

red 149 ◦ green 98 ◦ blue 99

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

Shades of Mauve Taupe #956263

Tints of Mauve Taupe #956263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 99 (39.06% from 255) = 28.61%

R = 43.06%
G = 28.32%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#956263 (or 0x956263) is known color: Mauve Taupe. HEX triplet: 95, 62 and 63. RGB value is (149,98,99). Sum of RGB (Red+Green+Blue) = 149+98+99=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956263 is #6A9D9C. Grayscale: #717171. Windows color (decimal): -6987165 or 6513301. OLE color: 6513301.

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

Color convert

RGB 149 98 99 -
CMYK 0 0.34 0.34 0.42
HSL 358.82º 0.21% 0.48% -
HSV(B) 358.82º 0.34% 0.58% -
XYZ 19.01 16.03 13.9 -
YUV 113.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 149 98 99 0 0.34 0.34 0.42 358.82 0.21 0.48
Hex 95 62 63 0 22 22 2A 167 15 30
Octal 225 142 143 0 42 42 52 547 25 60
Binary 10010101 1100010 1100011 0 100010 100010 101010 101100111 10101 110000

Color Harmonies of #956263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956263

Black with #956263

Text Example


Text Example

White with #956263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956263; }

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

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

background-color css

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

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

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

border-color css

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

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

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