Html Css Color HEX #9C586D Mauve Taupe

📋 copy color: '#9C586D'

red 156 ◦ green 88 ◦ blue 109

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

Shades of Mauve Taupe #9C586D

Tints of Mauve Taupe #9C586D

RGB

 RED value IS 156 (61.33% from 255) = 44.19%

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 44.19%
G = 24.93%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C586D (or 0x9C586D) is known color: Mauve Taupe. HEX triplet: 9C, 58 and 6D. RGB value is (156,88,109). Sum of RGB (Red+Green+Blue) = 156+88+109=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C586D is #63A792. Grayscale: #6E6E6E. Windows color (decimal): -6530963 or 7166108. OLE color: 7166108.

HSL color Cylindrical-coordinate representation of color #9C586D: hue angle of 341.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C586D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 88 109 -
CMYK 0 0.44 0.30 0.39
HSL 341.47º 0.28% 0.48% -
HSV(B) 341.47º 0.44% 0.61% -
XYZ 19.96 15.15 16.34 -
YUV 110.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 156 88 109 0 0.44 0.30 0.39 341.47 0.28 0.48
Hex 9C 58 6D 0 2C 1E 27 155 1C 30
Octal 234 130 155 0 54 36 47 525 34 60
Binary 10011100 1011000 1101101 0 101100 11110 100111 101010101 11100 110000

Color Harmonies of #9C586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C586D

Black with #9C586D

Text Example


Text Example

White with #9C586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C586D; }

 p { color: rgb(156,88,109); }

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

background-color css

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

 a { background-color: rgb(156,88,109); }

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

border-color css

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

 span { border-color: rgb(156,88,109); }

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