#926269

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

Shades of Mauve Taupe #926269

Tints of Mauve Taupe #926269

Color information

#926269 (or 0x926269) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 69. RGB value is (146,98,105). Sum of RGB (Red+Green+Blue) = 146+98+105=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926269 is #6D9D96. Grayscale: #717171. Windows color (decimal): -7183767 or 6906514. OLE color: 6906514.

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

Color convert

RGB14698105-
CMYK00.330.280.43
HSL351.25º19.67%47.84%-
HSV(B)351.25º32.88%57.25%-
XYZ18.7715.8715.44-
YUV113.15123.4151.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 105 (41.41% from 255) = 30.09%
R=41.83%
G=28.08%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469810500.330.280.43351.2519.6747.84
Hex9262690211C2B15f1430
Octal22214215104134535372460
Binary100100101100010110100101000011110010101110101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926269; }

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

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

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

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

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

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

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

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