#935B59

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

Shades of Rose Taupe #935B59

Tints of Rose Taupe #935B59

Color information

#935B59 (or 0x935B59) is unknown color: approx Rose Taupe. HEX triplet: 93, 5B and 59. RGB value is (147,91,89). Sum of RGB (Red+Green+Blue) = 147+91+89=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #935B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B59 is #6CA4A6. Grayscale: #6B6B6B. Windows color (decimal): -7120039 or 5856147. OLE color: 5856147.

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

Color convert

RGB1479189-
CMYK00.380.390.42
HSL2.07º24.58%46.27%-
HSV(B)2.07º39.46%57.65%-
XYZ17.5814.4111.31-
YUV107.52117.55156.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 89 (35.16% from 255) = 27.22%
R=44.95%
G=27.83%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147918900.380.390.422.0724.5846.27
Hex935B59026272A2192e
Octal223133131046475223156
Binary100100111011011101100101001101001111010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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