#985652

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

Shades of Copper Rust #985652

Tints of Copper Rust #985652

Color information

#985652 (or 0x985652) is unknown color: approx Copper Rust. HEX triplet: 98, 56 and 52. RGB value is (152,86,82). Sum of RGB (Red+Green+Blue) = 152+86+82=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985652 is #67A9AD. Grayscale: #696969. Windows color (decimal): -6793646 or 5396120. OLE color: 5396120.

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

Color convert

RGB1528682-
CMYK00.430.460.40
HSL3.43º29.91%45.88%-
HSV(B)3.43º46.05%59.61%-
XYZ17.813.949.74-
YUV105.28114.87161.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=47.5%
G=26.88%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152868200.430.460.403.4329.9145.88
Hex98565202B2E2831e2e
Octal230126122053565033656
Binary100110001010110101001001010111011101010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985652; }

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

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

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

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

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

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

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

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