#9F6260

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

Shades of Copper Rose #9F6260

Tints of Copper Rose #9F6260

Color information

#9F6260 (or 0x9F6260) is unknown color: approx Copper Rose. HEX triplet: 9F, 62 and 60. RGB value is (159,98,96). Sum of RGB (Red+Green+Blue) = 159+98+96=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6260 is #609D9F. Grayscale: #747474. Windows color (decimal): -6331808 or 6316703. OLE color: 6316703.

HSL color Cylindrical-coordinate representation of color #9F6260: hue angle of 1.9º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6260 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1599896-
CMYK00.380.400.38
HSL1.9º24.71%50%-
HSV(B)1.9º39.62%62.35%-
XYZ20.7816.9513.24-
YUV116.01116.71158.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=45.04%
G=27.76%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159989600.380.400.381.924.7150
Hex9F6260026282621932
Octal237142140046504623162
Binary100111111100010110000001001101010001001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F6260; }

 p { color: rgb(159,98,96); }

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

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

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

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

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

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

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