#8D605A

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

Shades of Rose Taupe #8D605A

Tints of Rose Taupe #8D605A

Color information

#8D605A (or 0x8D605A) is unknown color: approx Rose Taupe. HEX triplet: 8D, 60 and 5A. RGB value is (141,96,90). Sum of RGB (Red+Green+Blue) = 141+96+90=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D605A is #729FA5. Grayscale: #6C6C6C. Windows color (decimal): -7511974 or 5922957. OLE color: 5922957.

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

Color convert

RGB1419690-
CMYK00.320.360.45
HSL7.06º22.08%45.29%-
HSV(B)7.06º36.17%55.29%-
XYZ17.0114.7711.63-
YUV108.77117.41150.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=43.12%
G=29.36%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141969000.320.360.457.0622.0845.29
Hex8D605A020242D7162d
Octal215140132040445572655
Binary1000110111000001011010010000010010010110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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