#925656

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

Shades of Rose Taupe #925656

Tints of Rose Taupe #925656

Color information

#925656 (or 0x925656) is unknown color: approx Rose Taupe. HEX triplet: 92, 56 and 56. RGB value is (146,86,86). Sum of RGB (Red+Green+Blue) = 146+86+86=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #925656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925656 is #6DA9A9. Grayscale: #686868. Windows color (decimal): -7186858 or 5658258. OLE color: 5658258.

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

Color convert

RGB1468686-
CMYK00.410.410.43
HSL25.86%45.49%-
HSV(B)41.1%57.25%-
XYZ16.8613.4410.51-
YUV103.94117.88158-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=45.91%
G=27.04%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146868600.410.410.43025.8645.49
Hex925656029292B01a2d
Octal222126126051515303255
Binary10010010101011010101100101001101001101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925656; }

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

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

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

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

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

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

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

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