#925958

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

Shades of Rose Taupe #925958

Tints of Rose Taupe #925958

Color information

#925958 (or 0x925958) is unknown color: approx Rose Taupe. HEX triplet: 92, 59 and 58. RGB value is (146,89,88). Sum of RGB (Red+Green+Blue) = 146+89+88=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #925958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925958 is #6DA6A7. Grayscale: #696969. Windows color (decimal): -7186088 or 5790098. OLE color: 5790098.

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

Color convert

RGB1468988-
CMYK00.390.400.43
HSL1.03º24.79%45.88%-
HSV(B)1.03º39.73%57.25%-
XYZ17.1913.9611.02-
YUV105.93117.88156.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=45.20%
G=27.55%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146898800.390.400.431.0324.7945.88
Hex925958027282B1192e
Octal222131130047505313156
Binary10010010101100110110000100111101000101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925958; }

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

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

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

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

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

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

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

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