#985649

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

Shades of Copper Rust #985649

Tints of Copper Rust #985649

Color information

#985649 (or 0x985649) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 49. RGB value is (152,86,73). Sum of RGB (Red+Green+Blue) = 152+86+73=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #985649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985649 is #67A9B6. Grayscale: #686868. Windows color (decimal): -6793655 or 4806296. OLE color: 4806296.

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

Color convert

RGB1528673-
CMYK00.430.520.40
HSL9.87º35.11%44.12%-
HSV(B)9.87º51.97%59.61%-
XYZ17.4813.818.05-
YUV104.25110.37162.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=48.87%
G=27.65%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152867300.430.520.409.8735.1144.12
Hex98564902B3428a232c
Octal2301261110536450124354
Binary100110001010110100100101010111101001010001010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985649; }

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

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

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

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

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

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

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

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