#926465

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

Shades of Mauve Taupe #926465

Tints of Mauve Taupe #926465

Color information

#926465 (or 0x926465) is unknown color: approx Mauve Taupe. HEX triplet: 92, 64 and 65. RGB value is (146,100,101). Sum of RGB (Red+Green+Blue) = 146+100+101=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926465 is #6D9B9A. Grayscale: #717171. Windows color (decimal): -7183259 or 6644882. OLE color: 6644882.

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

Color convert

RGB146100101-
CMYK00.320.310.43
HSL358.7º18.7%48.24%-
HSV(B)358.7º31.51%57.25%-
XYZ18.7616.1614.44-
YUV113.87120.74150.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=42.07%
G=28.82%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610010100.320.310.43358.718.748.24
Hex9264650201F2B1671330
Octal22214414504037535472360
Binary100100101100100110010101000001111110101110110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926465; }

 p { color: rgb(146,100,101); }

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

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

 a { background-color: rgb(146,100,101); }

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

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

 span { border-color: rgb(146,100,101); }

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