#925F5D

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

Shades of Rose Taupe #925F5D

Tints of Rose Taupe #925F5D

Color information

#925F5D (or 0x925F5D) is unknown color: approx Rose Taupe. HEX triplet: 92, 5F and 5D. RGB value is (146,95,93). Sum of RGB (Red+Green+Blue) = 146+95+93=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #925F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F5D is #6DA0A2. Grayscale: #6E6E6E. Windows color (decimal): -7184547 or 6119314. OLE color: 6119314.

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

Color convert

RGB1469593-
CMYK00.350.360.43
HSL2.26º22.18%46.86%-
HSV(B)2.26º36.3%57.25%-
XYZ17.9215.0912.32-
YUV110.02118.4153.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=43.71%
G=28.44%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146959300.350.360.432.2622.1846.86
Hex925F5D023242B2162f
Octal222137135043445322657
Binary100100101011111101110101000111001001010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,95,93); }

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

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

 a { background-color: rgb(146,95,93); }

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

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

 span { border-color: rgb(146,95,93); }

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