#8E6363

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

Shades of Rose Taupe #8E6363

Tints of Rose Taupe #8E6363

Color information

#8E6363 (or 0x8E6363) is unknown color: approx Rose Taupe. HEX triplet: 8E, 63 and 63. RGB value is (142,99,99). Sum of RGB (Red+Green+Blue) = 142+99+99=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6363 is #719C9C. Grayscale: #6F6F6F. Windows color (decimal): -7445661 or 6513550. OLE color: 6513550.

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

Color convert

RGB1429999-
CMYK00.300.300.44
HSL17.84%47.25%-
HSV(B)30.28%55.69%-
XYZ17.8715.5813.87-
YUV111.86120.75149.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=41.76%
G=29.12%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142999900.300.300.44017.8447.25
Hex8E636301E1E2C0122f
Octal216143143036365402257
Binary100011101100011110001101111011110101100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,99); }

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

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

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

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

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

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

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