#92676F

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

Shades of Mauve Taupe #92676F

Tints of Mauve Taupe #92676F

Color information

#92676F (or 0x92676F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 6F. RGB value is (146,103,111). Sum of RGB (Red+Green+Blue) = 146+103+111=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #92676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92676F is #6D9890. Grayscale: #747474. Windows color (decimal): -7182481 or 7301010. OLE color: 7301010.

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

Color convert

RGB146103111-
CMYK00.290.240.43
HSL348.84º17.27%48.82%-
HSV(B)348.84º29.45%57.25%-
XYZ19.5716.9617.28-
YUV116.77124.75148.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.56%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=40.56%
G=28.61%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610311100.290.240.43348.8417.2748.82
Hex92676F01D182B15d1131
Octal22214715703530535352161
Binary10010010110011111011110111011100010101110101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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