Html Css Color HEX #99576D Mauve Taupe

📋 copy color: '#99576D'

red 153 ◦ green 87 ◦ blue 109

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

Shades of Mauve Taupe #99576D

Tints of Mauve Taupe #99576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 43.84%
G = 24.93%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99576D (or 0x99576D) is known color: Mauve Taupe. HEX triplet: 99, 57 and 6D. RGB value is (153,87,109). Sum of RGB (Red+Green+Blue) = 153+87+109=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99576D is #66A892. Grayscale: #6D6D6D. Windows color (decimal): -6727827 or 7165849. OLE color: 7165849.

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

Color convert

RGB 153 87 109 -
CMYK 0 0.43 0.29 0.4
HSL 340º 0.28% 0.47% -
HSV(B) 340º 0.43% 0.6% -
XYZ 19.31 14.69 16.29 -
YUV 109.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 153 87 109 0 0.43 0.29 0.4 340 0.28 0.47
Hex 99 57 6D 0 2B 1D 28 154 1C 2F
Octal 231 127 155 0 53 35 50 524 34 57
Binary 10011001 1010111 1101101 0 101011 11101 101000 101010100 11100 101111

Color Harmonies of #99576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99576D

Black with #99576D

Text Example


Text Example

White with #99576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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