#92696F

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

Shades of Mauve Taupe #92696F

Tints of Mauve Taupe #92696F

Color information

#92696F (or 0x92696F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 6F. RGB value is (146,105,111). Sum of RGB (Red+Green+Blue) = 146+105+111=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #92696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92696F is #6D9690. Grayscale: #757575. Windows color (decimal): -7181969 or 7301522. OLE color: 7301522.

HSL color Cylindrical-coordinate representation of color #92696F: hue angle of 351.22º 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 #92696F is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB146105111-
CMYK00.280.240.43
HSL351.22º16.33%49.22%-
HSV(B)351.22º28.08%57.25%-
XYZ19.7717.3617.35-
YUV117.94124.08148.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=40.33%
G=29.01%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610511100.280.240.43351.2216.3349.22
Hex92696F01C182B15f1031
Octal22215115703430535372061
Binary10010010110100111011110111001100010101110101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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