#8D615C

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

Shades of Rose Taupe #8D615C

Tints of Rose Taupe #8D615C

Color information

#8D615C (or 0x8D615C) is unknown color: approx Rose Taupe. HEX triplet: 8D, 61 and 5C. RGB value is (141,97,92). Sum of RGB (Red+Green+Blue) = 141+97+92=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D615C is #729EA3. Grayscale: #6D6D6D. Windows color (decimal): -7511716 or 6054285. OLE color: 6054285.

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

Color convert

RGB1419792-
CMYK00.310.350.45
HSL6.12º21.03%45.69%-
HSV(B)6.12º34.75%55.29%-
XYZ17.1914.9812.11-
YUV109.59118.08150.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=42.73%
G=29.39%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141979200.310.350.456.1221.0345.69
Hex8D615C01F232D6152e
Octal215141134037435562556
Binary100011011100001101110001111110001110110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,92); }

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

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

 a { background-color: rgb(141,97,92); }

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

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

 span { border-color: rgb(141,97,92); }

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