Html Css Color HEX #99576F Mauve Taupe

📋 copy color: '#99576F'

red 153 ◦ green 87 ◦ blue 111

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

Shades of Mauve Taupe #99576F

Tints of Mauve Taupe #99576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 43.59%
G = 24.79%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99576F (or 0x99576F) is known color: Mauve Taupe. HEX triplet: 99, 57 and 6F. RGB value is (153,87,111). Sum of RGB (Red+Green+Blue) = 153+87+111=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99576F is #66A890. Grayscale: #6D6D6D. Windows color (decimal): -6727825 or 7296921. OLE color: 7296921.

HSL color Cylindrical-coordinate representation of color #99576F: hue angle of 338.18º 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 #99576F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 111 -
CMYK 0 0.43 0.27 0.4
HSL 338.18º 0.28% 0.47% -
HSV(B) 338.18º 0.43% 0.6% -
XYZ 19.41 14.74 16.86 -
YUV 109.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 153 87 111 0 0.43 0.27 0.4 338.18 0.28 0.47
Hex 99 57 6F 0 2B 1B 28 152 1C 2F
Octal 231 127 157 0 53 33 50 522 34 57
Binary 10011001 1010111 1101111 0 101011 11011 101000 101010010 11100 101111

Color Harmonies of #99576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99576F

Black with #99576F

Text Example


Text Example

White with #99576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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