#9C5856

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

Shades of Copper Rust #9C5856

Tints of Copper Rust #9C5856

Color information

#9C5856 (or 0x9C5856) is unknown color: approx Copper Rust. HEX triplet: 9C, 58 and 56. RGB value is (156,88,86). Sum of RGB (Red+Green+Blue) = 156+88+86=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5856 is #63A7A9. Grayscale: #6C6C6C. Windows color (decimal): -6530986 or 5658780. OLE color: 5658780.

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

Color convert

RGB1568886-
CMYK00.440.450.39
HSL1.71º28.93%47.45%-
HSV(B)1.71º44.87%61.18%-
XYZ18.8814.7210.65-
YUV108.1115.53162.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=47.27%
G=26.67%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156888600.440.450.391.7128.9347.45
Hex9C585602C2D2721d2f
Octal234130126054554723557
Binary100111001011000101011001011001011011001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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