Html Css Color HEX #995C6C Mauve Taupe

📋 copy color: '#995C6C'

red 153 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #995C6C

Tints of Mauve Taupe #995C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 43.34%
G = 26.06%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#995C6C (or 0x995C6C) is known color: Mauve Taupe. HEX triplet: 99, 5C and 6C. RGB value is (153,92,108). Sum of RGB (Red+Green+Blue) = 153+92+108=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C6C is #66A393. Grayscale: #707070. Windows color (decimal): -6726548 or 7101593. OLE color: 7101593.

HSL color Cylindrical-coordinate representation of color #995C6C: hue angle of 344.26º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C6C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 108 -
CMYK 0 0.40 0.29 0.4
HSL 344.26º 0.25% 0.48% -
HSV(B) 344.26º 0.4% 0.6% -
XYZ 19.67 15.51 16.14 -
YUV 112.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 153 92 108 0 0.40 0.29 0.4 344.26 0.25 0.48
Hex 99 5C 6C 0 28 1D 28 158 19 30
Octal 231 134 154 0 50 35 50 530 31 60
Binary 10011001 1011100 1101100 0 101000 11101 101000 101011000 11001 110000

Color Harmonies of #995C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C6C

Black with #995C6C

Text Example


Text Example

White with #995C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C6C; }

 p { color: rgb(153,92,108); }

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

background-color css

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

 a { background-color: rgb(153,92,108); }

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

border-color css

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

 span { border-color: rgb(153,92,108); }

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