Html Css Color HEX #9C6072 Mauve Taupe

📋 copy color: '#9C6072'

red 156 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #9C6072

Tints of Mauve Taupe #9C6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 42.62%
G = 26.23%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C6072 (or 0x9C6072) is known color: Mauve Taupe. HEX triplet: 9C, 60 and 72. RGB value is (156,96,114). Sum of RGB (Red+Green+Blue) = 156+96+114=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6072 is #639F8D. Grayscale: #737373. Windows color (decimal): -6528910 or 7495836. OLE color: 7495836.

HSL color Cylindrical-coordinate representation of color #9C6072: hue angle of 342º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6072 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 96 114 -
CMYK 0 0.38 0.27 0.39
HSL 342º 0.24% 0.49% -
HSV(B) 342º 0.38% 0.61% -
XYZ 20.93 16.65 18.03 -
YUV 115.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 156 96 114 0 0.38 0.27 0.39 342 0.24 0.49
Hex 9C 60 72 0 26 1B 27 156 18 31
Octal 234 140 162 0 46 33 47 526 30 61
Binary 10011100 1100000 1110010 0 100110 11011 100111 101010110 11000 110001

Color Harmonies of #9C6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6072

Black with #9C6072

Text Example


Text Example

White with #9C6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,114); }

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

background-color css

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

 a { background-color: rgb(156,96,114); }

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

border-color css

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

 span { border-color: rgb(156,96,114); }

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