Html Css Color HEX #995B6E Mauve Taupe

📋 copy color: '#995B6E'

red 153 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #995B6E

Tints of Mauve Taupe #995B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 43.22%
G = 25.71%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#995B6E (or 0x995B6E) is known color: Mauve Taupe. HEX triplet: 99, 5B and 6E. RGB value is (153,91,110). Sum of RGB (Red+Green+Blue) = 153+91+110=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B6E is #66A491. Grayscale: #6F6F6F. Windows color (decimal): -6726802 or 7232409. OLE color: 7232409.

HSL color Cylindrical-coordinate representation of color #995B6E: hue angle of 341.61º 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 #995B6E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 110 -
CMYK 0 0.41 0.28 0.4
HSL 341.61º 0.25% 0.48% -
HSV(B) 341.61º 0.41% 0.6% -
XYZ 19.69 15.38 16.68 -
YUV 111.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 153 91 110 0 0.41 0.28 0.4 341.61 0.25 0.48
Hex 99 5B 6E 0 29 1C 28 156 19 30
Octal 231 133 156 0 51 34 50 526 31 60
Binary 10011001 1011011 1101110 0 101001 11100 101000 101010110 11001 110000

Color Harmonies of #995B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B6E

Black with #995B6E

Text Example


Text Example

White with #995B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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