#926869

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

Shades of Mauve Taupe #926869

Tints of Mauve Taupe #926869

Color information

#926869 (or 0x926869) is unknown color: approx Mauve Taupe. HEX triplet: 92, 68 and 69. RGB value is (146,104,105). Sum of RGB (Red+Green+Blue) = 146+104+105=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926869 is #6D9796. Grayscale: #747474. Windows color (decimal): -7182231 or 6908050. OLE color: 6908050.

HSL color Cylindrical-coordinate representation of color #926869: hue angle of 358.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926869 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB146104105-
CMYK00.290.280.43
HSL358.57º16.8%49.02%-
HSV(B)358.57º28.77%57.25%-
XYZ19.3517.0315.63-
YUV116.67121.41148.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=41.13%
G=29.30%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610410500.290.280.43358.5716.849.02
Hex92686901D1C2B1671131
Octal22215015103534535472161
Binary10010010110100011010010111011110010101110110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926869; }

 p { color: rgb(146,104,105); }

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

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

 a { background-color: rgb(146,104,105); }

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

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

 span { border-color: rgb(146,104,105); }

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