#93605B

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

Shades of Rose Taupe #93605B

Tints of Rose Taupe #93605B

Color information

#93605B (or 0x93605B) is unknown color: approx Rose Taupe. HEX triplet: 93, 60 and 5B. RGB value is (147,96,91). Sum of RGB (Red+Green+Blue) = 147+96+91=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #93605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93605B is #6C9FA4. Grayscale: #6E6E6E. Windows color (decimal): -7118757 or 5988499. OLE color: 5988499.

HSL color Cylindrical-coordinate representation of color #93605B: hue angle of 5.36º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93605B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1479691-
CMYK00.350.380.42
HSL5.36º23.53%46.67%-
HSV(B)5.36º38.1%57.65%-
XYZ18.115.3211.9-
YUV110.68116.9153.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=44.01%
G=28.74%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147969100.350.380.425.3623.5346.67
Hex93605B023262A5182f
Octal223140133043465253057
Binary1001001111000001011011010001110011010101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93605B; }

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

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

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

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

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

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

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

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