#995546

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

Shades of Copper Rust #995546

Tints of Copper Rust #995546

Color information

#995546 (or 0x995546) is unknown color: approx Copper Rust. HEX triplet: 99, 55 and 46. RGB value is (153,85,70). Sum of RGB (Red+Green+Blue) = 153+85+70=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #995546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995546 is #66AAB9. Grayscale: #676767. Windows color (decimal): -6728378 or 4609433. OLE color: 4609433.

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

Color convert

RGB1538570-
CMYK00.440.540.4
HSL10.84º37.22%43.73%-
HSV(B)10.84º54.25%60%-
XYZ17.4913.717.52-
YUV103.62109.03163.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.68%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=49.68%
G=27.60%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153857000.440.540.410.8437.2243.73
Hex99554602C3628b252c
Octal2311251060546650134554
Binary100110011010101100011001011001101101010001011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995546; }

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

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

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

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

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

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

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

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