#936073

Color #936073 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #936073

Tints of Mauve Taupe #936073

Color information

#936073 (or 0x936073) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 73. RGB value is (147,96,115). Sum of RGB (Red+Green+Blue) = 147+96+115=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #936073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936073 is #6C9F8C. Grayscale: #717171. Windows color (decimal): -7118733 or 7561363. OLE color: 7561363.

HSL color Cylindrical-coordinate representation of color #936073: hue angle of 337.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936073 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14796115-
CMYK00.350.220.42
HSL337.65º20.99%47.65%-
HSV(B)337.65º34.69%57.65%-
XYZ19.3115.8118.25-
YUV113.42128.9151.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 115 (45.31% from 255) = 32.12%
R=41.06%
G=26.82%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479611500.350.220.42337.6520.9947.65
Hex936073023162A1521530
Octal22314016304326525222560
Binary100100111100000111001101000111011010101010101001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936073; }

 p { color: rgb(147,96,115); }

 H1.HeaderClassName
 {
   color: #936073;
 }
 .AnyTagClassName
 {
   color: #936073;
 }
</style>
background-color css

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

 a { background-color: rgb(147,96,115); }

 div.DivClassName
 {
   background-color: #936073;
 }
 .BgClassName
 {
   background-color: #936073;
 }
</style>
border-color css

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

 span { border-color: rgb(147,96,115); }

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