#926567

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

Shades of Mauve Taupe #926567

Tints of Mauve Taupe #926567

Color information

#926567 (or 0x926567) is unknown color: approx Mauve Taupe. HEX triplet: 92, 65 and 67. RGB value is (146,101,103). Sum of RGB (Red+Green+Blue) = 146+101+103=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926567 is #6D9A98. Grayscale: #727272. Windows color (decimal): -7183001 or 6776210. OLE color: 6776210.

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

Color convert

RGB146101103-
CMYK00.310.290.43
HSL357.33º18.22%48.43%-
HSV(B)357.33º30.82%57.25%-
XYZ18.9616.415-
YUV114.68121.41150.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 103 (40.62% from 255) = 29.43%
R=41.71%
G=28.86%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610110300.310.290.43357.3318.2248.43
Hex92656701F1D2B1651230
Octal22214514703735535452260
Binary10010010110010111001110111111110110101110110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926567; }

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

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

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

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

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

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

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

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