#985655

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

Shades of Copper Rust #985655

Tints of Copper Rust #985655

Color information

#985655 (or 0x985655) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 55. RGB value is (152,86,85). Sum of RGB (Red+Green+Blue) = 152+86+85=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985655 is #67A9AA. Grayscale: #696969. Windows color (decimal): -6793643 or 5592728. OLE color: 5592728.

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

Color convert

RGB1528685-
CMYK00.430.440.40
HSL0.9º28.27%46.47%-
HSV(B)0.9º44.08%59.61%-
XYZ17.9213.9910.35-
YUV105.62116.37161.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=47.06%
G=26.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152868500.430.440.400.928.2746.47
Hex98565502B2C2811c2e
Octal230126125053545013456
Binary10011000101011010101010101011101100101000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985655; }

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

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

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

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

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

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

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

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