#92696C

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

Shades of Mauve Taupe #92696C

Tints of Mauve Taupe #92696C

Color information

#92696C (or 0x92696C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 6C. RGB value is (146,105,108). Sum of RGB (Red+Green+Blue) = 146+105+108=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92696C is #6D9693. Grayscale: #757575. Windows color (decimal): -7181972 or 7104914. OLE color: 7104914.

HSL color Cylindrical-coordinate representation of color #92696C: hue angle of 355.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92696C is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146105108-
CMYK00.280.260.43
HSL355.61º16.33%49.22%-
HSV(B)355.61º28.08%57.25%-
XYZ19.6117.316.49-
YUV117.6122.58148.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=40.67%
G=29.25%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610510800.280.260.43355.6116.3349.22
Hex92696C01C1A2B1641031
Octal22215115403432535442061
Binary10010010110100111011000111001101010101110110010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92696C; }

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

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

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

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

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

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

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

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