Html Css Color HEX #99596B Mauve Taupe

📋 copy color: '#99596B'

red 153 ◦ green 89 ◦ blue 107

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

Shades of Mauve Taupe #99596B

Tints of Mauve Taupe #99596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 43.84%
G = 25.5%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99596B (or 0x99596B) is known color: Mauve Taupe. HEX triplet: 99, 59 and 6B. RGB value is (153,89,107). Sum of RGB (Red+Green+Blue) = 153+89+107=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99596B is #66A694. Grayscale: #6E6E6E. Windows color (decimal): -6727317 or 7035289. OLE color: 7035289.

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

Color convert

RGB 153 89 107 -
CMYK 0 0.42 0.30 0.4
HSL 343.13º 0.26% 0.47% -
HSV(B) 343.13º 0.42% 0.6% -
XYZ 19.36 14.98 15.78 -
YUV 110.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 153 89 107 0 0.42 0.30 0.4 343.13 0.26 0.47
Hex 99 59 6B 0 2A 1E 28 157 1A 2F
Octal 231 131 153 0 52 36 50 527 32 57
Binary 10011001 1011001 1101011 0 101010 11110 101000 101010111 11010 101111

Color Harmonies of #99596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99596B

Black with #99596B

Text Example


Text Example

White with #99596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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