#9F5651

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

Shades of Copper Rust #9F5651

Tints of Copper Rust #9F5651

Color information

#9F5651 (or 0x9F5651) is unknown color: approx Copper Rust. HEX triplet: 9F, 56 and 51. RGB value is (159,86,81). Sum of RGB (Red+Green+Blue) = 159+86+81=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5651 is #60A9AE. Grayscale: #6B6B6B. Windows color (decimal): -6334895 or 5330591. OLE color: 5330591.

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

Color convert

RGB1598681-
CMYK00.460.490.38
HSL3.85º32.5%47.06%-
HSV(B)3.85º49.06%62.35%-
XYZ19.1114.629.6-
YUV107.26113.18164.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.77%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=48.77%
G=26.38%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159868100.460.490.383.8532.547.06
Hex9F565102E31264202f
Octal237126121056614644057
Binary10011111101011010100010101110110001100110100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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