Html Css Color HEX #995875 Mauve Taupe

📋 copy color: '#995875'

red 153 ◦ green 88 ◦ blue 117

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

Shades of Mauve Taupe #995875

Tints of Mauve Taupe #995875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 42.74%
G = 24.58%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995875 (or 0x995875) is known color: Mauve Taupe. HEX triplet: 99, 58 and 75. RGB value is (153,88,117). Sum of RGB (Red+Green+Blue) = 153+88+117=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995875 is #66A78A. Grayscale: #6E6E6E. Windows color (decimal): -6727563 or 7690393. OLE color: 7690393.

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

Color convert

RGB 153 88 117 -
CMYK 0 0.42 0.24 0.4
HSL 333.23º 0.27% 0.47% -
HSV(B) 333.23º 0.42% 0.6% -
XYZ 19.84 15.04 18.69 -
YUV 110.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 153 88 117 0 0.42 0.24 0.4 333.23 0.27 0.47
Hex 99 58 75 0 2A 18 28 14D 1B 2F
Octal 231 130 165 0 52 30 50 515 33 57
Binary 10011001 1011000 1110101 0 101010 11000 101000 101001101 11011 101111

Color Harmonies of #995875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995875

Black with #995875

Text Example


Text Example

White with #995875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995875; }

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

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

background-color css

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

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

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

border-color css

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

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

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