#93625D

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

Shades of Rose Taupe #93625D

Tints of Rose Taupe #93625D

Color information

#93625D (or 0x93625D) is unknown color: approx Rose Taupe. HEX triplet: 93, 62 and 5D. RGB value is (147,98,93). Sum of RGB (Red+Green+Blue) = 147+98+93=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #93625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93625D is #6C9DA2. Grayscale: #707070. Windows color (decimal): -7118243 or 6120083. OLE color: 6120083.

HSL color Cylindrical-coordinate representation of color #93625D: hue angle of 5.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93625D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1479893-
CMYK00.330.370.42
HSL5.56º22.5%47.06%-
HSV(B)5.56º36.73%57.65%-
XYZ18.3815.7312.42-
YUV112.08117.23152.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=43.49%
G=28.99%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147989300.330.370.425.5622.547.06
Hex93625D021252A6172f
Octal223142135041455262757
Binary1001001111000101011101010000110010110101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93625D; }

 p { color: rgb(147,98,93); }

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

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

 a { background-color: rgb(147,98,93); }

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

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

 span { border-color: rgb(147,98,93); }

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