#986060

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

Shades of Copper Rose #986060

Tints of Copper Rose #986060

Color information

#986060 (or 0x986060) is unknown color: approx Copper Rose. HEX triplet: 98, 60 and 60. RGB value is (152,96,96). Sum of RGB (Red+Green+Blue) = 152+96+96=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #986060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986060 is #679F9F. Grayscale: #707070. Windows color (decimal): -6791072 or 6316184. OLE color: 6316184.

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

Color convert

RGB1529696-
CMYK00.370.370.40
HSL22.58%48.63%-
HSV(B)36.84%59.61%-
XYZ19.2415.8913.12-
YUV112.74118.55156-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=44.19%
G=27.91%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152969600.370.370.40022.5848.63
Hex986060025252801731
Octal230140140045455002761
Binary10011000110000011000000100101100101101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986060; }

 p { color: rgb(152,96,96); }

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

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

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

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

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

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

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