#985650

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

Shades of Copper Rust #985650

Tints of Copper Rust #985650

Color information

#985650 (or 0x985650) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 50. RGB value is (152,86,80). Sum of RGB (Red+Green+Blue) = 152+86+80=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #985650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985650 is #67A9AF. Grayscale: #696969. Windows color (decimal): -6793648 or 5265048. OLE color: 5265048.

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

Color convert

RGB1528680-
CMYK00.430.470.40
HSL31.03%45.49%-
HSV(B)47.37%59.61%-
XYZ17.7213.919.34-
YUV105.05113.87161.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=47.80%
G=27.04%
B=25.16%

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
Decimal152868000.430.470.40531.0345.49
Hex98565002B2F2851f2d
Octal230126120053575053755
Binary1001100010101101010000010101110111110100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985650; }

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

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

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

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

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

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

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

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