#8D6360

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

Shades of Rose Taupe #8D6360

Tints of Rose Taupe #8D6360

Color information

#8D6360 (or 0x8D6360) is unknown color: approx Rose Taupe. HEX triplet: 8D, 63 and 60. RGB value is (141,99,96). Sum of RGB (Red+Green+Blue) = 141+99+96=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6360 is #729C9F. Grayscale: #6F6F6F. Windows color (decimal): -7511200 or 6316941. OLE color: 6316941.

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

Color convert

RGB1419996-
CMYK00.300.320.45
HSL18.99%46.47%-
HSV(B)31.91%55.29%-
XYZ17.5615.4313.12-
YUV111.22119.41149.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=41.96%
G=29.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141999600.300.320.45418.9946.47
Hex8D636001E202D4132e
Octal215143140036405542356
Binary100011011100011110000001111010000010110110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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