#986363

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

Shades of Copper Rose #986363

Tints of Copper Rose #986363

Color information

#986363 (or 0x986363) is unknown color: approx Copper Rose. HEX triplet: 98, 63 and 63. RGB value is (152,99,99). Sum of RGB (Red+Green+Blue) = 152+99+99=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986363 is #679C9C. Grayscale: #727272. Windows color (decimal): -6790301 or 6513560. OLE color: 6513560.

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

Color convert

RGB1529999-
CMYK00.350.350.40
HSL21.12%49.22%-
HSV(B)34.87%59.61%-
XYZ19.6616.513.95-
YUV114.85119.06154.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=43.43%
G=28.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152999900.350.350.40021.1249.22
Hex986363023232801531
Octal230143143043435002561
Binary10011000110001111000110100011100011101000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986363; }

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

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

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

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

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

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

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

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