#946768

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

Shades of Mauve Taupe #946768

Tints of Mauve Taupe #946768

Color information

#946768 (or 0x946768) is unknown color: approx Mauve Taupe. HEX triplet: 94, 67 and 68. RGB value is (148,103,104). Sum of RGB (Red+Green+Blue) = 148+103+104=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946768 is #6B9897. Grayscale: #747474. Windows color (decimal): -7051416 or 6842260. OLE color: 6842260.

HSL color Cylindrical-coordinate representation of color #946768: hue angle of 358.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946768 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148103104-
CMYK00.300.300.42
HSL358.67º17.93%49.22%-
HSV(B)358.67º30.41%58.04%-
XYZ19.561715.35-
YUV116.57120.91150.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=41.69%
G=29.01%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810310400.300.300.42358.6717.9349.22
Hex94676801E1E2A1671231
Octal22414715003636525472261
Binary10010100110011111010000111101111010101010110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946768; }

 p { color: rgb(148,103,104); }

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

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

 a { background-color: rgb(148,103,104); }

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

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

 span { border-color: rgb(148,103,104); }

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