Html Css Color HEX #9C636E Mauve Taupe

📋 copy color: '#9C636E'

red 156 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #9C636E

Tints of Mauve Taupe #9C636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 42.74%
G = 27.12%
B = 30.14%

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

#9C636E (or 0x9C636E) is known color: Mauve Taupe. HEX triplet: 9C, 63 and 6E. RGB value is (156,99,110). Sum of RGB (Red+Green+Blue) = 156+99+110=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636E is #639C91. Grayscale: #757575. Windows color (decimal): -6528146 or 7234460. OLE color: 7234460.

HSL color Cylindrical-coordinate representation of color #9C636E: hue angle of 348.42º degrees, saturation: 0.22, 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 #9C636E is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 110 -
CMYK 0 0.37 0.29 0.39
HSL 348.42º 0.22% 0.5% -
HSV(B) 348.42º 0.37% 0.61% -
XYZ 20.99 17.12 16.95 -
YUV 117.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 156 99 110 0 0.37 0.29 0.39 348.42 0.22 0.5
Hex 9C 63 6E 0 25 1D 27 15C 16 32
Octal 234 143 156 0 45 35 47 534 26 62
Binary 10011100 1100011 1101110 0 100101 11101 100111 101011100 10110 110010

Color Harmonies of #9C636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C636E

Black with #9C636E

Text Example


Text Example

White with #9C636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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