Html Css Color HEX #99596E Mauve Taupe

📋 copy color: '#99596E'

red 153 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #99596E

Tints of Mauve Taupe #99596E

RGB

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

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

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

R = 43.47%
G = 25.28%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99596E (or 0x99596E) is known color: Mauve Taupe. HEX triplet: 99, 59 and 6E. RGB value is (153,89,110). Sum of RGB (Red+Green+Blue) = 153+89+110=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99596E is #66A691. Grayscale: #6E6E6E. Windows color (decimal): -6727314 or 7231897. OLE color: 7231897.

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

Color convert

RGB 153 89 110 -
CMYK 0 0.42 0.28 0.4
HSL 340.31º 0.26% 0.47% -
HSV(B) 340.31º 0.42% 0.6% -
XYZ 19.52 15.04 16.63 -
YUV 110.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 153 89 110 0 0.42 0.28 0.4 340.31 0.26 0.47
Hex 99 59 6E 0 2A 1C 28 154 1A 2F
Octal 231 131 156 0 52 34 50 524 32 57
Binary 10011001 1011001 1101110 0 101010 11100 101000 101010100 11010 101111

Color Harmonies of #99596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99596E

Black with #99596E

Text Example


Text Example

White with #99596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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