#8D6361

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

Shades of Rose Taupe #8D6361

Tints of Rose Taupe #8D6361

Color information

#8D6361 (or 0x8D6361) is unknown color: approx Rose Taupe. HEX triplet: 8D, 63 and 61. RGB value is (141,99,97). Sum of RGB (Red+Green+Blue) = 141+99+97=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6361 is #729C9E. Grayscale: #6F6F6F. Windows color (decimal): -7511199 or 6382477. OLE color: 6382477.

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

Color convert

RGB1419997-
CMYK00.300.310.45
HSL2.73º18.49%46.67%-
HSV(B)2.73º31.21%55.29%-
XYZ17.615.4513.36-
YUV111.33119.91149.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=41.84%
G=29.38%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141999700.300.310.452.7318.4946.67
Hex8D636101E1F2D3122f
Octal215143141036375532257
Binary1000110111000111100001011110111111011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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