Html Css Color HEX #995672 Mauve Taupe

📋 copy color: '#995672'

red 153 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #995672

Tints of Mauve Taupe #995672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 43.34%
G = 24.36%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#995672 (or 0x995672) is known color: Mauve Taupe. HEX triplet: 99, 56 and 72. RGB value is (153,86,114). Sum of RGB (Red+Green+Blue) = 153+86+114=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995672 is #66A98D. Grayscale: #6D6D6D. Windows color (decimal): -6728078 or 7493273. OLE color: 7493273.

HSL color Cylindrical-coordinate representation of color #995672: hue angle of 334.93º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995672 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 114 -
CMYK 0 0.44 0.25 0.4
HSL 334.93º 0.28% 0.47% -
HSV(B) 334.93º 0.44% 0.6% -
XYZ 19.5 14.64 17.72 -
YUV 109.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 153 86 114 0 0.44 0.25 0.4 334.93 0.28 0.47
Hex 99 56 72 0 2C 19 28 14F 1C 2F
Octal 231 126 162 0 54 31 50 517 34 57
Binary 10011001 1010110 1110010 0 101100 11001 101000 101001111 11100 101111

Color Harmonies of #995672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995672

Black with #995672

Text Example


Text Example

White with #995672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995672; }

 p { color: rgb(153,86,114); }

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

background-color css

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

 a { background-color: rgb(153,86,114); }

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

border-color css

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

 span { border-color: rgb(153,86,114); }

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