#986361

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

Shades of Copper Rose #986361

Tints of Copper Rose #986361

Color information

#986361 (or 0x986361) is unknown color: approx Copper Rose. HEX triplet: 98, 63 and 61. RGB value is (152,99,97). Sum of RGB (Red+Green+Blue) = 152+99+97=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986361 is #679C9E. Grayscale: #727272. Windows color (decimal): -6790303 or 6382488. OLE color: 6382488.

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

Color convert

RGB1529997-
CMYK00.350.360.40
HSL2.18º22.09%48.82%-
HSV(B)2.18º36.18%59.61%-
XYZ19.5716.4613.46-
YUV114.62118.06154.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=43.68%
G=28.45%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152999700.350.360.402.1822.0948.82
Hex986361023242821631
Octal230143141043445022661
Binary100110001100011110000101000111001001010001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986361; }

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

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

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

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

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

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

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

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