#985855

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

Shades of Copper Rust #985855

Tints of Copper Rust #985855

Color information

#985855 (or 0x985855) is unknown color: approx Copper Rust. HEX triplet: 98, 58 and 55. RGB value is (152,88,85). Sum of RGB (Red+Green+Blue) = 152+88+85=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #985855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985855 is #67A7AA. Grayscale: #6A6A6A. Windows color (decimal): -6793131 or 5593240. OLE color: 5593240.

HSL color Cylindrical-coordinate representation of color #985855: hue angle of 2.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985855 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1528885-
CMYK00.420.440.40
HSL2.69º28.27%46.47%-
HSV(B)2.69º44.08%59.61%-
XYZ18.0814.3110.4-
YUV106.79115.7160.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=46.77%
G=27.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152888500.420.440.402.6928.2746.47
Hex98585502A2C2831c2e
Octal230130125052545033456
Binary100110001011000101010101010101011001010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985855; }

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

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

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

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

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

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

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

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