Html Css Color HEX #9C626E Mauve Taupe

📋 copy color: '#9C626E'

red 156 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #9C626E

Tints of Mauve Taupe #9C626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 42.86%
G = 26.92%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C626E (or 0x9C626E) is known color: Mauve Taupe. HEX triplet: 9C, 62 and 6E. RGB value is (156,98,110). Sum of RGB (Red+Green+Blue) = 156+98+110=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C626E is #639D91. Grayscale: #747474. Windows color (decimal): -6528402 or 7234204. OLE color: 7234204.

HSL color Cylindrical-coordinate representation of color #9C626E: hue angle of 347.59º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C626E is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 110 -
CMYK 0 0.37 0.29 0.39
HSL 347.59º 0.23% 0.5% -
HSV(B) 347.59º 0.37% 0.61% -
XYZ 20.89 16.93 16.92 -
YUV 116.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 156 98 110 0 0.37 0.29 0.39 347.59 0.23 0.5
Hex 9C 62 6E 0 25 1D 27 15C 17 32
Octal 234 142 156 0 45 35 47 534 27 62
Binary 10011100 1100010 1101110 0 100101 11101 100111 101011100 10111 110010

Color Harmonies of #9C626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C626E

Black with #9C626E

Text Example


Text Example

White with #9C626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,110); }

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

background-color css

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

 a { background-color: rgb(156,98,110); }

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

border-color css

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

 span { border-color: rgb(156,98,110); }

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