#985651

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

Shades of Copper Rust #985651

Tints of Copper Rust #985651

Color information

#985651 (or 0x985651) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 51. RGB value is (152,86,81). Sum of RGB (Red+Green+Blue) = 152+86+81=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985651 is #67A9AE. Grayscale: #696969. Windows color (decimal): -6793647 or 5330584. OLE color: 5330584.

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

Color convert

RGB1528681-
CMYK00.430.470.40
HSL4.23º30.47%45.69%-
HSV(B)4.23º46.71%59.61%-
XYZ17.7613.939.54-
YUV105.16114.37161.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=47.65%
G=26.96%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152868100.430.470.404.2330.4745.69
Hex98565102B2F2841e2e
Octal230126121053575043656
Binary1001100010101101010001010101110111110100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985651; }

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

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

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

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

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

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

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

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