#9C6460

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

Shades of Copper Rose #9C6460

Tints of Copper Rose #9C6460

Color information

#9C6460 (or 0x9C6460) is unknown color: approx Copper Rose. HEX triplet: 9C, 64 and 60. RGB value is (156,100,96). Sum of RGB (Red+Green+Blue) = 156+100+96=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6460 is #639B9F. Grayscale: #747474. Windows color (decimal): -6527904 or 6317212. OLE color: 6317212.

HSL color Cylindrical-coordinate representation of color #9C6460: hue angle of 4º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6460 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15610096-
CMYK00.360.380.39
HSL23.81%49.41%-
HSV(B)38.46%61.18%-
XYZ20.3817.0313.28-
YUV116.29116.55156.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.32%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=44.32%
G=28.41%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561009600.360.380.39423.8149.41
Hex9C6460024262741831
Octal234144140044464743061
Binary1001110011001001100000010010010011010011110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,96); }

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

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

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

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

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

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

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