Html Css Color HEX #99586F Mauve Taupe

📋 copy color: '#99586F'

red 153 ◦ green 88 ◦ blue 111

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

Shades of Mauve Taupe #99586F

Tints of Mauve Taupe #99586F

RGB

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

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

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

R = 43.47%
G = 25%
B = 31.53%

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

#99586F (or 0x99586F) is known color: Mauve Taupe. HEX triplet: 99, 58 and 6F. RGB value is (153,88,111). Sum of RGB (Red+Green+Blue) = 153+88+111=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586F is #66A790. Grayscale: #6E6E6E. Windows color (decimal): -6727569 or 7297177. OLE color: 7297177.

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

Color convert

RGB 153 88 111 -
CMYK 0 0.42 0.27 0.4
HSL 338.77º 0.27% 0.47% -
HSV(B) 338.77º 0.42% 0.6% -
XYZ 19.5 14.9 16.89 -
YUV 110.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 153 88 111 0 0.42 0.27 0.4 338.77 0.27 0.47
Hex 99 58 6F 0 2A 1B 28 153 1B 2F
Octal 231 130 157 0 52 33 50 523 33 57
Binary 10011001 1011000 1101111 0 101010 11011 101000 101010011 11011 101111

Color Harmonies of #99586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99586F

Black with #99586F

Text Example


Text Example

White with #99586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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