#995C55

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

Shades of Copper Rust #995C55

Tints of Copper Rust #995C55

Color information

#995C55 (or 0x995C55) is unknown color: approx Copper Rust. HEX triplet: 99, 5C and 55. RGB value is (153,92,85). Sum of RGB (Red+Green+Blue) = 153+92+85=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C55 is #66A3AA. Grayscale: #6D6D6D. Windows color (decimal): -6726571 or 5594265. OLE color: 5594265.

HSL color Cylindrical-coordinate representation of color #995C55: hue angle of 6.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995C55 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1539285-
CMYK00.400.440.4
HSL6.18º28.57%46.67%-
HSV(B)6.18º44.44%60%-
XYZ18.615.0810.53-
YUV109.44114.21159.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=46.36%
G=27.88%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153928500.400.440.46.1828.5746.67
Hex995C550282C2861d2f
Octal231134125050545063557
Binary1001100110111001010101010100010110010100011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C55; }

 p { color: rgb(153,92,85); }

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

<style>
 a { background-color: #995C55; }

 a { background-color: rgb(153,92,85); }

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

<style>
 span { border-color: #995C55; }

 span { border-color: rgb(153,92,85); }

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