#946769

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

Shades of Mauve Taupe #946769

Tints of Mauve Taupe #946769

Color information

#946769 (or 0x946769) is unknown color: approx Mauve Taupe. HEX triplet: 94, 67 and 69. RGB value is (148,103,105). Sum of RGB (Red+Green+Blue) = 148+103+105=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946769 is #6B9896. Grayscale: #747474. Windows color (decimal): -7051415 or 6907796. OLE color: 6907796.

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

Color convert

RGB148103105-
CMYK00.300.290.42
HSL357.33º17.93%49.22%-
HSV(B)357.33º30.41%58.04%-
XYZ19.6117.0215.62-
YUV116.68121.41150.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=41.57%
G=28.93%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810310500.300.290.42357.3317.9349.22
Hex94676901E1D2A1651231
Octal22414715103635525452261
Binary10010100110011111010010111101110110101010110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946769; }

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

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

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

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

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

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

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

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