#935955

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

Shades of Rose Taupe #935955

Tints of Rose Taupe #935955

Color information

#935955 (or 0x935955) is unknown color: approx Rose Taupe. HEX triplet: 93, 59 and 55. RGB value is (147,89,85). Sum of RGB (Red+Green+Blue) = 147+89+85=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #935955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935955 is #6CA6AA. Grayscale: #696969. Windows color (decimal): -7120555 or 5593491. OLE color: 5593491.

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

Color convert

RGB1478985-
CMYK00.390.420.42
HSL3.87º26.72%45.49%-
HSV(B)3.87º42.18%57.65%-
XYZ17.241410.39-
YUV105.89116.22157.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 89 (35.16% from 255) = 27.73%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=45.79%
G=27.73%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147898500.390.420.423.8726.7245.49
Hex9359550272A2A41b2d
Octal223131125047525243355
Binary1001001110110011010101010011110101010101010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935955; }

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

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

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

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

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

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

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

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