#9D6360

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

Shades of Copper Rose #9D6360

Tints of Copper Rose #9D6360

Color information

#9D6360 (or 0x9D6360) is unknown color: approx Copper Rose. HEX triplet: 9D, 63 and 60. RGB value is (157,99,96). Sum of RGB (Red+Green+Blue) = 157+99+96=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6360 is #629C9F. Grayscale: #747474. Windows color (decimal): -6462624 or 6316957. OLE color: 6316957.

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

Color convert

RGB1579996-
CMYK00.370.390.38
HSL2.95º24.11%49.61%-
HSV(B)2.95º38.85%61.57%-
XYZ20.4816.9413.26-
YUV116116.72157.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=44.60%
G=28.12%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157999600.370.390.382.9524.1149.61
Hex9D6360025272631832
Octal235143140045474633062
Binary100111011100011110000001001011001111001101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,96); }

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

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

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

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

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

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

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