#985653

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

Shades of Copper Rust #985653

Tints of Copper Rust #985653

Color information

#985653 (or 0x985653) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 53. RGB value is (152,86,83). Sum of RGB (Red+Green+Blue) = 152+86+83=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #985653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985653 is #67A9AC. Grayscale: #696969. Windows color (decimal): -6793645 or 5461656. OLE color: 5461656.

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

Color convert

RGB1528683-
CMYK00.430.450.40
HSL2.61º29.36%46.08%-
HSV(B)2.61º45.39%59.61%-
XYZ17.8413.969.94-
YUV105.39115.37161.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 83 (32.81% from 255) = 25.86%
R=47.35%
G=26.79%
B=25.86%

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
Decimal152868300.430.450.402.6129.3646.08
Hex98565302B2D2831d2e
Octal230126123053555033556
Binary100110001010110101001101010111011011010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985653; }

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

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

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

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

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

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

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

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