#8D605D

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

Shades of Rose Taupe #8D605D

Tints of Rose Taupe #8D605D

Color information

#8D605D (or 0x8D605D) is unknown color: approx Rose Taupe. HEX triplet: 8D, 60 and 5D. RGB value is (141,96,93). Sum of RGB (Red+Green+Blue) = 141+96+93=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D605D is #729FA2. Grayscale: #6D6D6D. Windows color (decimal): -7511971 or 6119565. OLE color: 6119565.

HSL color Cylindrical-coordinate representation of color #8D605D: hue angle of 3.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D605D is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1419693-
CMYK00.320.340.45
HSL3.75º20.51%45.88%-
HSV(B)3.75º34.04%55.29%-
XYZ17.1414.8212.31-
YUV109.11118.91150.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=42.73%
G=29.09%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141969300.320.340.453.7520.5145.88
Hex8D605D020222D4152e
Octal215140135040425542556
Binary1000110111000001011101010000010001010110110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D605D; }

 p { color: rgb(141,96,93); }

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

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

 a { background-color: rgb(141,96,93); }

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

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

 span { border-color: rgb(141,96,93); }

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