#995146

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

Shades of Copper Rust #995146

Tints of Copper Rust #995146

Color information

#995146 (or 0x995146) is unknown color: approx Copper Rust. HEX triplet: 99, 51 and 46. RGB value is (153,81,70). Sum of RGB (Red+Green+Blue) = 153+81+70=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995146 is #66AEB9. Grayscale: #656565. Windows color (decimal): -6729402 or 4608409. OLE color: 4608409.

HSL color Cylindrical-coordinate representation of color #995146: hue angle of 7.95º 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 #995146 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1538170-
CMYK00.470.540.4
HSL7.95º37.22%43.73%-
HSV(B)7.95º54.25%60%-
XYZ17.1813.17.42-
YUV101.27110.35164.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.33%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=50.33%
G=26.64%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153817000.470.540.47.9537.2243.73
Hex99514602F36288252c
Octal2311211060576650104554
Binary100110011010001100011001011111101101010001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995146; }

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

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

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

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

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

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

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

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