Html Css Color HEX #995675 Mauve Taupe

📋 copy color: '#995675'

red 153 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #995675

Tints of Mauve Taupe #995675

RGB

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

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

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

R = 42.98%
G = 24.16%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995675 (or 0x995675) is known color: Mauve Taupe. HEX triplet: 99, 56 and 75. RGB value is (153,86,117). Sum of RGB (Red+Green+Blue) = 153+86+117=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995675 is #66A98A. Grayscale: #6D6D6D. Windows color (decimal): -6728075 or 7689881. OLE color: 7689881.

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

Color convert

RGB 153 86 117 -
CMYK 0 0.44 0.24 0.4
HSL 332.24º 0.28% 0.47% -
HSV(B) 332.24º 0.44% 0.6% -
XYZ 19.68 14.71 18.63 -
YUV 109.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 153 86 117 0 0.44 0.24 0.4 332.24 0.28 0.47
Hex 99 56 75 0 2C 18 28 14C 1C 2F
Octal 231 126 165 0 54 30 50 514 34 57
Binary 10011001 1010110 1110101 0 101100 11000 101000 101001100 11100 101111

Color Harmonies of #995675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995675

Black with #995675

Text Example


Text Example

White with #995675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995675; }

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

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

background-color css

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

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

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

border-color css

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

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

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