Html Css Color HEX #9C6378 Mauve Taupe

📋 copy color: '#9C6378'

red 156 ◦ green 99 ◦ blue 120

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

Shades of Mauve Taupe #9C6378

Tints of Mauve Taupe #9C6378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32%

R = 41.6%
G = 26.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C6378 (or 0x9C6378) is known color: Mauve Taupe. HEX triplet: 9C, 63 and 78. RGB value is (156,99,120). Sum of RGB (Red+Green+Blue) = 156+99+120=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6378 is #639C87. Grayscale: #767676. Windows color (decimal): -6528136 or 7889820. OLE color: 7889820.

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

Color convert

RGB 156 99 120 -
CMYK 0 0.37 0.23 0.39
HSL 337.89º 0.22% 0.5% -
HSV(B) 337.89º 0.37% 0.61% -
XYZ 21.56 17.35 19.98 -
YUV 118.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 156 99 120 0 0.37 0.23 0.39 337.89 0.22 0.5
Hex 9C 63 78 0 25 17 27 152 16 32
Octal 234 143 170 0 45 27 47 522 26 62
Binary 10011100 1100011 1111000 0 100101 10111 100111 101010010 10110 110010

Color Harmonies of #9C6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6378

Black with #9C6378

Text Example


Text Example

White with #9C6378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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