#935C56

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

Shades of Rose Taupe #935C56

Tints of Rose Taupe #935C56

Color information

#935C56 (or 0x935C56) is unknown color: approx Rose Taupe. HEX triplet: 93, 5C and 56. RGB value is (147,92,86). Sum of RGB (Red+Green+Blue) = 147+92+86=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #935C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C56 is #6CA3A9. Grayscale: #6B6B6B. Windows color (decimal): -7119786 or 5659795. OLE color: 5659795.

HSL color Cylindrical-coordinate representation of color #935C56: hue angle of 5.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935C56 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1479286-
CMYK00.370.410.42
HSL5.9º26.18%45.69%-
HSV(B)5.9º41.5%57.65%-
XYZ17.5414.5310.68-
YUV107.76115.72155.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=45.23%
G=28.31%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147928600.370.410.425.926.1845.69
Hex935C56025292A61a2e
Octal223134126045515263256
Binary1001001110111001010110010010110100110101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C56; }

 p { color: rgb(147,92,86); }

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

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

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

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

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

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

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