#8C6260

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

Shades of Rose Taupe #8C6260

Tints of Rose Taupe #8C6260

Color information

#8C6260 (or 0x8C6260) is unknown color: approx Rose Taupe. HEX triplet: 8C, 62 and 60. RGB value is (140,98,96). Sum of RGB (Red+Green+Blue) = 140+98+96=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6260 is #739D9F. Grayscale: #6E6E6E. Windows color (decimal): -7576992 or 6316684. OLE color: 6316684.

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

Color convert

RGB1409896-
CMYK00.30.310.45
HSL2.73º18.64%46.27%-
HSV(B)2.73º31.43%54.9%-
XYZ17.2915.1613.08-
YUV110.33119.91149.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.92%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=41.92%
G=29.34%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140989600.30.310.452.7318.6446.27
Hex8C626001E1F2D3132e
Octal214142140036375532356
Binary1000110011000101100000011110111111011011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,96); }

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

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

 a { background-color: rgb(140,98,96); }

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

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

 span { border-color: rgb(140,98,96); }

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