Html Css Color HEX #99586E Mauve Taupe

📋 copy color: '#99586E'

red 153 ◦ green 88 ◦ blue 110

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

Shades of Mauve Taupe #99586E

Tints of Mauve Taupe #99586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 43.59%
G = 25.07%
B = 31.34%

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

#99586E (or 0x99586E) is known color: Mauve Taupe. HEX triplet: 99, 58 and 6E. RGB value is (153,88,110). Sum of RGB (Red+Green+Blue) = 153+88+110=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586E is #66A791. Grayscale: #6D6D6D. Windows color (decimal): -6727570 or 7231641. OLE color: 7231641.

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

Color convert

RGB 153 88 110 -
CMYK 0 0.42 0.28 0.4
HSL 339.69º 0.27% 0.47% -
HSV(B) 339.69º 0.42% 0.6% -
XYZ 19.44 14.88 16.6 -
YUV 109.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 153 88 110 0 0.42 0.28 0.4 339.69 0.27 0.47
Hex 99 58 6E 0 2A 1C 28 154 1B 2F
Octal 231 130 156 0 52 34 50 524 33 57
Binary 10011001 1011000 1101110 0 101010 11100 101000 101010100 11011 101111

Color Harmonies of #99586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99586E

Black with #99586E

Text Example


Text Example

White with #99586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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