#925C67

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

Shades of Mauve Taupe #925C67

Tints of Mauve Taupe #925C67

Color information

#925C67 (or 0x925C67) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5C and 67. RGB value is (146,92,103). Sum of RGB (Red+Green+Blue) = 146+92+103=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C67 is #6DA398. Grayscale: #6D6D6D. Windows color (decimal): -7185305 or 6773906. OLE color: 6773906.

HSL color Cylindrical-coordinate representation of color #925C67: hue angle of 347.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C67 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB14692103-
CMYK00.370.290.43
HSL347.78º22.69%46.67%-
HSV(B)347.78º36.99%57.25%-
XYZ18.1314.7414.72-
YUV109.4124.39154.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=42.82%
G=26.98%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469210300.370.290.43347.7822.6946.67
Hex925C670251D2B15c172f
Octal22213414704535535342757
Binary100100101011100110011101001011110110101110101110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C67; }

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

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

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

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

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

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

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

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