#986663

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

Shades of Copper Rose #986663

Tints of Copper Rose #986663

Color information

#986663 (or 0x986663) is unknown color: approx Copper Rose. HEX triplet: 98, 66 and 63. RGB value is (152,102,99). Sum of RGB (Red+Green+Blue) = 152+102+99=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986663 is #67999C. Grayscale: #747474. Windows color (decimal): -6789533 or 6514328. OLE color: 6514328.

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

Color convert

RGB15210299-
CMYK00.330.350.40
HSL3.4º21.12%49.22%-
HSV(B)3.4º34.87%59.61%-
XYZ19.9517.0814.05-
YUV116.61118.06153.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=43.06%
G=28.90%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521029900.330.350.403.421.1249.22
Hex986663021232831531
Octal230146143041435032561
Binary100110001100110110001101000011000111010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986663; }

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

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

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

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

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

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

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

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