#995B55

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

Shades of Copper Rust #995B55

Tints of Copper Rust #995B55

Color information

#995B55 (or 0x995B55) is unknown color: approx Copper Rust. HEX triplet: 99, 5B and 55. RGB value is (153,91,85). Sum of RGB (Red+Green+Blue) = 153+91+85=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B55 is #66A4AA. Grayscale: #6C6C6C. Windows color (decimal): -6726827 or 5594009. OLE color: 5594009.

HSL color Cylindrical-coordinate representation of color #995B55: hue angle of 5.29º 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 #995B55 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1539185-
CMYK00.410.440.4
HSL5.29º28.57%46.67%-
HSV(B)5.29º44.44%60%-
XYZ18.5214.9110.5-
YUV108.85114.54159.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 85 (33.59% from 255) = 25.84%
R=46.50%
G=27.66%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153918500.410.440.45.2928.5746.67
Hex995B550292C2851d2f
Octal231133125051545053557
Binary1001100110110111010101010100110110010100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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