#926268

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

Shades of Mauve Taupe #926268

Tints of Mauve Taupe #926268

Color information

#926268 (or 0x926268) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 68. RGB value is (146,98,104). Sum of RGB (Red+Green+Blue) = 146+98+104=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926268 is #6D9D97. Grayscale: #717171. Windows color (decimal): -7183768 or 6840978. OLE color: 6840978.

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

Color convert

RGB14698104-
CMYK00.330.290.43
HSL352.5º19.67%47.84%-
HSV(B)352.5º32.88%57.25%-
XYZ18.7215.8515.17-
YUV113.04122.9151.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=41.95%
G=28.16%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469810400.330.290.43352.519.6747.84
Hex9262680211D2B1601430
Octal22214215004135535402460
Binary100100101100010110100001000011110110101110110000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926268; }

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

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

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

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

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

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

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

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