#986763

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

Shades of Copper Rose #986763

Tints of Copper Rose #986763

Color information

#986763 (or 0x986763) is unknown color: approx Copper Rose. HEX triplet: 98, 67 and 63. RGB value is (152,103,99). Sum of RGB (Red+Green+Blue) = 152+103+99=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986763 is #67989C. Grayscale: #757575. Windows color (decimal): -6789277 or 6514584. OLE color: 6514584.

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

Color convert

RGB15210399-
CMYK00.320.350.40
HSL4.53º21.12%49.22%-
HSV(B)4.53º34.87%59.61%-
XYZ20.0517.2814.08-
YUV117.2117.73152.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=42.94%
G=29.10%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521039900.320.350.404.5321.1249.22
Hex986763020232851531
Octal230147143040435052561
Binary1001100011001111100011010000010001110100010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986763; }

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

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

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

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

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

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

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

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