Html Css Color HEX #995575 Mauve Taupe

📋 copy color: '#995575'

red 153 ◦ green 85 ◦ blue 117

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

Shades of Mauve Taupe #995575

Tints of Mauve Taupe #995575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 43.1%
G = 23.94%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995575 (or 0x995575) is known color: Mauve Taupe. HEX triplet: 99, 55 and 75. RGB value is (153,85,117). Sum of RGB (Red+Green+Blue) = 153+85+117=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #995575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995575 is #66AA8A. Grayscale: #6C6C6C. Windows color (decimal): -6728331 or 7689625. OLE color: 7689625.

HSL color Cylindrical-coordinate representation of color #995575: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995575 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 117 -
CMYK 0 0.44 0.24 0.4
HSL 331.76º 0.29% 0.47% -
HSV(B) 331.76º 0.44% 0.6% -
XYZ 19.6 14.55 18.61 -
YUV 108.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 153 85 117 0 0.44 0.24 0.4 331.76 0.29 0.47
Hex 99 55 75 0 2C 18 28 14C 1D 2F
Octal 231 125 165 0 54 30 50 514 35 57
Binary 10011001 1010101 1110101 0 101100 11000 101000 101001100 11101 101111

Color Harmonies of #995575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995575

Black with #995575

Text Example


Text Example

White with #995575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995575; }

 p { color: rgb(153,85,117); }

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

background-color css

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

 a { background-color: rgb(153,85,117); }

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

border-color css

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

 span { border-color: rgb(153,85,117); }

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