#9C5654

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

Shades of Copper Rust #9C5654

Tints of Copper Rust #9C5654

Color information

#9C5654 (or 0x9C5654) is unknown color: approx Copper Rust. HEX triplet: 9C, 56 and 54. RGB value is (156,86,84). Sum of RGB (Red+Green+Blue) = 156+86+84=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5654 is #63A9AB. Grayscale: #6A6A6A. Windows color (decimal): -6531500 or 5527196. OLE color: 5527196.

HSL color Cylindrical-coordinate representation of color #9C5654: hue angle of 1.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5654 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1568684-
CMYK00.450.460.39
HSL1.67º30%47.06%-
HSV(B)1.67º46.15%61.18%-
XYZ18.6414.3610.18-
YUV106.7115.19163.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=47.85%
G=26.38%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156868400.450.460.391.673047.06
Hex9C565402D2E2721e2f
Octal234126124055564723657
Binary100111001010110101010001011011011101001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,84); }

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

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

 a { background-color: rgb(156,86,84); }

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

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

 span { border-color: rgb(156,86,84); }

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