Html Css Color HEX #995B6D Mauve Taupe

📋 copy color: '#995B6D'

red 153 ◦ green 91 ◦ blue 109

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

Shades of Mauve Taupe #995B6D

Tints of Mauve Taupe #995B6D

RGB

 RED value IS 153 (60.16% from 255) = 43.34%

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 43.34%
G = 25.78%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#995B6D (or 0x995B6D) is known color: Mauve Taupe. HEX triplet: 99, 5B and 6D. RGB value is (153,91,109). Sum of RGB (Red+Green+Blue) = 153+91+109=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B6D is #66A492. Grayscale: #6F6F6F. Windows color (decimal): -6726803 or 7166873. OLE color: 7166873.

HSL color Cylindrical-coordinate representation of color #995B6D: hue angle of 342.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B6D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 109 -
CMYK 0 0.41 0.29 0.4
HSL 342.58º 0.25% 0.48% -
HSV(B) 342.58º 0.41% 0.6% -
XYZ 19.64 15.36 16.4 -
YUV 111.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 153 91 109 0 0.41 0.29 0.4 342.58 0.25 0.48
Hex 99 5B 6D 0 29 1D 28 157 19 30
Octal 231 133 155 0 51 35 50 527 31 60
Binary 10011001 1011011 1101101 0 101001 11101 101000 101010111 11001 110000

Color Harmonies of #995B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B6D

Black with #995B6D

Text Example


Text Example

White with #995B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B6D; }

 p { color: rgb(153,91,109); }

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

background-color css

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

 a { background-color: rgb(153,91,109); }

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

border-color css

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

 span { border-color: rgb(153,91,109); }

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