Html Css Color HEX #99596F Mauve Taupe

📋 copy color: '#99596F'

red 153 ◦ green 89 ◦ blue 111

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

Shades of Mauve Taupe #99596F

Tints of Mauve Taupe #99596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 43.34%
G = 25.21%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99596F (or 0x99596F) is known color: Mauve Taupe. HEX triplet: 99, 59 and 6F. RGB value is (153,89,111). Sum of RGB (Red+Green+Blue) = 153+89+111=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #99596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99596F is #66A690. Grayscale: #6E6E6E. Windows color (decimal): -6727313 or 7297433. OLE color: 7297433.

HSL color Cylindrical-coordinate representation of color #99596F: hue angle of 339.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99596F is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 111 -
CMYK 0 0.42 0.27 0.4
HSL 339.38º 0.26% 0.47% -
HSV(B) 339.38º 0.42% 0.6% -
XYZ 19.58 15.06 16.91 -
YUV 110.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 153 89 111 0 0.42 0.27 0.4 339.38 0.26 0.47
Hex 99 59 6F 0 2A 1B 28 153 1A 2F
Octal 231 131 157 0 52 33 50 523 32 57
Binary 10011001 1011001 1101111 0 101010 11011 101000 101010011 11010 101111

Color Harmonies of #99596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99596F

Black with #99596F

Text Example


Text Example

White with #99596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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