#9F5650

Color #9F5650 Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #9F5650

Tints of Copper Rust #9F5650

Color information

#9F5650 (or 0x9F5650) is unknown color: approx Copper Rust. HEX triplet: 9F, 56 and 50. RGB value is (159,86,80). Sum of RGB (Red+Green+Blue) = 159+86+80=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5650 is #60A9AF. Grayscale: #6B6B6B. Windows color (decimal): -6334896 or 5265055. OLE color: 5265055.

HSL color Cylindrical-coordinate representation of color #9F5650: hue angle of 4.56º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5650 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1598680-
CMYK00.460.500.38
HSL4.56º33.05%46.86%-
HSV(B)4.56º49.69%62.35%-
XYZ19.0714.619.4-
YUV107.14112.68164.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=48.92%
G=26.46%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159868000.460.500.384.5633.0546.86
Hex9F565002E32265212f
Octal237126120056624654157
Binary10011111101011010100000101110110010100110101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5650; }

 p { color: rgb(159,86,80); }

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

<style>
 a { background-color: #9F5650; }

 a { background-color: rgb(159,86,80); }

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

<style>
 span { border-color: #9F5650; }

 span { border-color: rgb(159,86,80); }

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