#935855

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

Shades of Rose Taupe #935855

Tints of Rose Taupe #935855

Color information

#935855 (or 0x935855) is unknown color: approx Rose Taupe. HEX triplet: 93, 58 and 55. RGB value is (147,88,85). Sum of RGB (Red+Green+Blue) = 147+88+85=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #935855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935855 is #6CA7AA. Grayscale: #696969. Windows color (decimal): -7120811 or 5593235. OLE color: 5593235.

HSL color Cylindrical-coordinate representation of color #935855: hue angle of 2.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935855 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1478885-
CMYK00.400.420.42
HSL2.9º26.72%45.49%-
HSV(B)2.9º42.18%57.65%-
XYZ17.1613.8410.36-
YUV105.3116.55157.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=45.94%
G=27.5%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147888500.400.420.422.926.7245.49
Hex9358550282A2A31b2d
Octal223130125050525233355
Binary100100111011000101010101010001010101010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935855; }

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

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

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

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

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

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

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

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