#985654

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

Shades of Copper Rust #985654

Tints of Copper Rust #985654

Color information

#985654 (or 0x985654) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 54. RGB value is (152,86,84). Sum of RGB (Red+Green+Blue) = 152+86+84=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985654 is #67A9AB. Grayscale: #696969. Windows color (decimal): -6793644 or 5527192. OLE color: 5527192.

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

Color convert

RGB1528684-
CMYK00.430.450.40
HSL1.76º28.81%46.27%-
HSV(B)1.76º44.74%59.61%-
XYZ17.8813.9710.14-
YUV105.51115.87161.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=47.20%
G=26.71%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152868400.430.450.401.7628.8146.27
Hex98565402B2D2821d2e
Octal230126124053555023556
Binary100110001010110101010001010111011011010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985654; }

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

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

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

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

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

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

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

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