#8F6565

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

Shades of Copper Rose #8F6565

Tints of Copper Rose #8F6565

Color information

#8F6565 (or 0x8F6565) is unknown color: approx Copper Rose. HEX triplet: 8F, 65 and 65. RGB value is (143,101,101). Sum of RGB (Red+Green+Blue) = 143+101+101=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6565 is #709A9A. Grayscale: #717171. Windows color (decimal): -7379611 or 6645135. OLE color: 6645135.

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

Color convert

RGB143101101-
CMYK00.290.290.44
HSL17.21%47.84%-
HSV(B)29.37%56.08%-
XYZ18.3316.0914.45-
YUV113.56120.91149-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=41.45%
G=29.28%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310110100.290.290.44017.2147.84
Hex8F656501D1D2C01130
Octal217145145035355402160
Binary100011111100101110010101110111101101100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,101); }

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

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

 a { background-color: rgb(143,101,101); }

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

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

 span { border-color: rgb(143,101,101); }

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