#9B5856

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

Shades of Copper Rust #9B5856

Tints of Copper Rust #9B5856

Color information

#9B5856 (or 0x9B5856) is unknown color: approx Copper Rust. HEX triplet: 9B, 58 and 56. RGB value is (155,88,86). Sum of RGB (Red+Green+Blue) = 155+88+86=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5856 is #64A7A9. Grayscale: #6B6B6B. Windows color (decimal): -6596522 or 5658779. OLE color: 5658779.

HSL color Cylindrical-coordinate representation of color #9B5856: hue angle of 1.74º 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 #9B5856 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB1558886-
CMYK00.430.450.39
HSL1.74º28.63%47.25%-
HSV(B)1.74º44.52%60.78%-
XYZ18.6914.6210.64-
YUV107.8115.7161.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=47.11%
G=26.75%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155888600.430.450.391.7428.6347.25
Hex9B585602B2D2721d2f
Octal233130126053554723557
Binary100110111011000101011001010111011011001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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