Html Css Color HEX #995F6C Mauve Taupe

📋 copy color: '#995F6C'

red 153 ◦ green 95 ◦ blue 108

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

Shades of Mauve Taupe #995F6C

Tints of Mauve Taupe #995F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 42.98%
G = 26.69%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#995F6C (or 0x995F6C) is known color: Mauve Taupe. HEX triplet: 99, 5F and 6C. RGB value is (153,95,108). Sum of RGB (Red+Green+Blue) = 153+95+108=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F6C is #66A093. Grayscale: #717171. Windows color (decimal): -6725780 or 7102361. OLE color: 7102361.

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

Color convert

RGB 153 95 108 -
CMYK 0 0.38 0.29 0.4
HSL 346.55º 0.23% 0.49% -
HSV(B) 346.55º 0.38% 0.6% -
XYZ 19.94 16.04 16.23 -
YUV 113.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 153 95 108 0 0.38 0.29 0.4 346.55 0.23 0.49
Hex 99 5F 6C 0 26 1D 28 15B 17 31
Octal 231 137 154 0 46 35 50 533 27 61
Binary 10011001 1011111 1101100 0 100110 11101 101000 101011011 10111 110001

Color Harmonies of #995F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F6C

Black with #995F6C

Text Example


Text Example

White with #995F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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