#926667

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

Shades of Mauve Taupe #926667

Tints of Mauve Taupe #926667

Color information

#926667 (or 0x926667) is unknown color: approx Mauve Taupe. HEX triplet: 92, 66 and 67. RGB value is (146,102,103). Sum of RGB (Red+Green+Blue) = 146+102+103=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #926667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926667 is #6D9998. Grayscale: #737373. Windows color (decimal): -7182745 or 6776466. OLE color: 6776466.

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

Color convert

RGB146102103-
CMYK00.300.290.43
HSL358.64º17.74%48.63%-
HSV(B)358.64º30.14%57.25%-
XYZ19.0516.5915.03-
YUV115.27121.08149.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=41.60%
G=29.06%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610210300.300.290.43358.6417.7448.63
Hex92666701E1D2B1671231
Octal22214614703635535472261
Binary10010010110011011001110111101110110101110110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926667; }

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

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

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

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

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

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

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

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