#925968

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

Shades of Mauve Taupe #925968

Tints of Mauve Taupe #925968

Color information

#925968 (or 0x925968) is unknown color: approx Mauve Taupe. HEX triplet: 92, 59 and 68. RGB value is (146,89,104). Sum of RGB (Red+Green+Blue) = 146+89+104=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #925968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925968 is #6DA697. Grayscale: #6B6B6B. Windows color (decimal): -7186072 or 6838674. OLE color: 6838674.

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

Color convert

RGB14689104-
CMYK00.390.290.43
HSL344.21º24.26%46.08%-
HSV(B)344.21º39.04%57.25%-
XYZ17.9314.2614.9-
YUV107.75125.88155.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=43.07%
G=26.25%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468910400.390.290.43344.2124.2646.08
Hex9259680271D2B158182e
Octal22213115004735535303056
Binary100100101011001110100001001111110110101110101100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925968; }

 p { color: rgb(146,89,104); }

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

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

 a { background-color: rgb(146,89,104); }

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

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

 span { border-color: rgb(146,89,104); }

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