Html Css Color HEX #9C6578 Mauve Taupe

📋 copy color: '#9C6578'

red 156 ◦ green 101 ◦ blue 120

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

Shades of Mauve Taupe #9C6578

Tints of Mauve Taupe #9C6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 41.38%
G = 26.79%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C6578 (or 0x9C6578) is known color: Mauve Taupe. HEX triplet: 9C, 65 and 78. RGB value is (156,101,120). Sum of RGB (Red+Green+Blue) = 156+101+120=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6578 is #639A87. Grayscale: #777777. Windows color (decimal): -6527624 or 7890332. OLE color: 7890332.

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

Color convert

RGB 156 101 120 -
CMYK 0 0.35 0.23 0.39
HSL 339.27º 0.22% 0.5% -
HSV(B) 339.27º 0.35% 0.61% -
XYZ 21.75 17.73 20.05 -
YUV 119.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 156 101 120 0 0.35 0.23 0.39 339.27 0.22 0.5
Hex 9C 65 78 0 23 17 27 153 16 32
Octal 234 145 170 0 43 27 47 523 26 62
Binary 10011100 1100101 1111000 0 100011 10111 100111 101010011 10110 110010

Color Harmonies of #9C6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6578

Black with #9C6578

Text Example


Text Example

White with #9C6578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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