#936067

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

Shades of Mauve Taupe #936067

Tints of Mauve Taupe #936067

Color information

#936067 (or 0x936067) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 67. RGB value is (147,96,103). Sum of RGB (Red+Green+Blue) = 147+96+103=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936067 is #6C9F98. Grayscale: #707070. Windows color (decimal): -7118745 or 6774931. OLE color: 6774931.

HSL color Cylindrical-coordinate representation of color #936067: hue angle of 351.76º 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 #936067 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14796103-
CMYK00.350.300.42
HSL351.76º20.99%47.65%-
HSV(B)351.76º34.69%57.65%-
XYZ18.6615.5514.85-
YUV112.05122.9152.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=42.49%
G=27.75%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479610300.350.300.42351.7620.9947.65
Hex9360670231E2A1601530
Octal22314014704336525402560
Binary100100111100000110011101000111111010101010110000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936067; }

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

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

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

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

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

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

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

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