#925855

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

Shades of Rose Taupe #925855

Tints of Rose Taupe #925855

Color information

#925855 (or 0x925855) is unknown color: approx Rose Taupe. HEX triplet: 92, 58 and 55. RGB value is (146,88,85). Sum of RGB (Red+Green+Blue) = 146+88+85=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #925855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925855 is #6DA7AA. Grayscale: #696969. Windows color (decimal): -7186347 or 5593234. OLE color: 5593234.

HSL color Cylindrical-coordinate representation of color #925855: hue angle of 2.95º 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 #925855 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1468885-
CMYK00.400.420.43
HSL2.95º26.41%45.29%-
HSV(B)2.95º41.78%57.25%-
XYZ16.9813.7510.35-
YUV105116.72157.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=45.77%
G=27.59%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146888500.400.420.432.9526.4145.29
Hex9258550282A2B31a2d
Octal222130125050525333255
Binary100100101011000101010101010001010101010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925855; }

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

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

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

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

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

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

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

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