#996363

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

Shades of Copper Rose #996363

Tints of Copper Rose #996363

Color information

#996363 (or 0x996363) is unknown color: approx Copper Rose. HEX triplet: 99, 63 and 63. RGB value is (153,99,99). Sum of RGB (Red+Green+Blue) = 153+99+99=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996363 is #669C9C. Grayscale: #737373. Windows color (decimal): -6724765 or 6513561. OLE color: 6513561.

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

Color convert

RGB1539999-
CMYK00.350.350.4
HSL21.43%49.41%-
HSV(B)35.29%60%-
XYZ19.8516.613.96-
YUV115.15118.89155-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=43.59%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153999900.350.350.4021.4349.41
Hex996363023232801531
Octal231143143043435002561
Binary10011001110001111000110100011100011101000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996363; }

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

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

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

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

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

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

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

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