#985951

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

Shades of Copper Rust #985951

Tints of Copper Rust #985951

Color information

#985951 (or 0x985951) is unknown color: approx Copper Rust. HEX triplet: 98, 59 and 51. RGB value is (152,89,81). Sum of RGB (Red+Green+Blue) = 152+89+81=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985951 is #67A6AE. Grayscale: #6B6B6B. Windows color (decimal): -6792879 or 5331352. OLE color: 5331352.

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

Color convert

RGB1528981-
CMYK00.410.470.40
HSL6.76º30.47%45.69%-
HSV(B)6.76º46.71%59.61%-
XYZ18.0114.419.62-
YUV106.92113.37160.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=47.20%
G=27.64%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152898100.410.470.406.7630.4745.69
Hex9859510292F2871e2e
Octal230131121051575073656
Binary1001100010110011010001010100110111110100011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985951; }

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

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

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

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

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

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

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

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