#8E603F

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

Shades of Rope #8E603F

Tints of Rope #8E603F

Color information

#8E603F (or 0x8E603F) is unknown color: approx Rope. HEX triplet: 8E, 60 and 3F. RGB value is (142,96,63). Sum of RGB (Red+Green+Blue) = 142+96+63=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E603F is #719FC0. Grayscale: #6A6A6A. Windows color (decimal): -7446465 or 4153486. OLE color: 4153486.

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

Color convert

RGB1429663-
CMYK00.320.560.44
HSL25.06º38.54%40.2%-
HSV(B)25.06º55.63%55.69%-
XYZ16.2414.486.64-
YUV105.99103.74153.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 63 (25% from 255) = 20.93%
R=47.18%
G=31.89%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142966300.320.560.4425.0638.5440.2
Hex8E603F020382C192728
Octal216140770407054314750
Binary100011101100000111111010000011100010110011001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,63); }

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

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

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

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

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

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

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