#925655

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

Shades of Rose Taupe #925655

Tints of Rose Taupe #925655

Color information

#925655 (or 0x925655) is unknown color: approx Rose Taupe. HEX triplet: 92, 56 and 55. RGB value is (146,86,85). Sum of RGB (Red+Green+Blue) = 146+86+85=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #925655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925655 is #6DA9AA. Grayscale: #676767. Windows color (decimal): -7186859 or 5592722. OLE color: 5592722.

HSL color Cylindrical-coordinate representation of color #925655: hue angle of 0.98º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925655 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1468685-
CMYK00.410.420.43
HSL0.98º26.41%45.29%-
HSV(B)0.98º41.78%57.25%-
XYZ16.8213.4210.3-
YUV103.83117.38158.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=46.06%
G=27.13%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146868500.410.420.430.9826.4145.29
Hex9256550292A2B11a2d
Octal222126125051525313255
Binary10010010101011010101010101001101010101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925655; }

 p { color: rgb(146,86,85); }

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

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

 a { background-color: rgb(146,86,85); }

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

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

 span { border-color: rgb(146,86,85); }

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