#996060

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

Shades of Copper Rose #996060

Tints of Copper Rose #996060

Color information

#996060 (or 0x996060) is unknown color: approx Copper Rose. HEX triplet: 99, 60 and 60. RGB value is (153,96,96). Sum of RGB (Red+Green+Blue) = 153+96+96=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996060 is #669F9F. Grayscale: #717171. Windows color (decimal): -6725536 or 6316185. OLE color: 6316185.

HSL color Cylindrical-coordinate representation of color #996060: 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 #996060 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1539696-
CMYK00.370.370.4
HSL22.89%48.82%-
HSV(B)37.25%60%-
XYZ19.4315.9813.13-
YUV113.04118.38156.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=44.35%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153969600.370.370.4022.8948.82
Hex996060025252801731
Octal231140140045455002761
Binary10011001110000011000000100101100101101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996060; }

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

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

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

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

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

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

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

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