#995855

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

Shades of Copper Rust #995855

Tints of Copper Rust #995855

Color information

#995855 (or 0x995855) is unknown color: approx Copper Rust. HEX triplet: 99, 58 and 55. RGB value is (153,88,85). Sum of RGB (Red+Green+Blue) = 153+88+85=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995855 is #66A7AA. Grayscale: #6B6B6B. Windows color (decimal): -6727595 or 5593241. OLE color: 5593241.

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

Color convert

RGB1538885-
CMYK00.420.440.4
HSL2.65º28.57%46.67%-
HSV(B)2.65º44.44%60%-
XYZ18.2714.4110.41-
YUV107.09115.53160.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=46.93%
G=26.99%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153888500.420.440.42.6528.5746.67
Hex99585502A2C2831d2f
Octal231130125052545033557
Binary100110011011000101010101010101011001010001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995855; }

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

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

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

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

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

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

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

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