Html Css Color HEX #9C636F Mauve Taupe

📋 copy color: '#9C636F'

red 156 ◦ green 99 ◦ blue 111

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

Shades of Mauve Taupe #9C636F

Tints of Mauve Taupe #9C636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 42.62%
G = 27.05%
B = 30.33%

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

#9C636F (or 0x9C636F) is known color: Mauve Taupe. HEX triplet: 9C, 63 and 6F. RGB value is (156,99,111). Sum of RGB (Red+Green+Blue) = 156+99+111=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636F is #639C90. Grayscale: #757575. Windows color (decimal): -6528145 or 7299996. OLE color: 7299996.

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

Color convert

RGB 156 99 111 -
CMYK 0 0.37 0.29 0.39
HSL 347.37º 0.22% 0.5% -
HSV(B) 347.37º 0.37% 0.61% -
XYZ 21.04 17.14 17.24 -
YUV 117.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 156 99 111 0 0.37 0.29 0.39 347.37 0.22 0.5
Hex 9C 63 6F 0 25 1D 27 15B 16 32
Octal 234 143 157 0 45 35 47 533 26 62
Binary 10011100 1100011 1101111 0 100101 11101 100111 101011011 10110 110010

Color Harmonies of #9C636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C636F

Black with #9C636F

Text Example


Text Example

White with #9C636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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