#986160

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

Shades of Copper Rose #986160

Tints of Copper Rose #986160

Color information

#986160 (or 0x986160) is unknown color: approx Copper Rose. HEX triplet: 98, 61 and 60. RGB value is (152,97,96). Sum of RGB (Red+Green+Blue) = 152+97+96=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #986160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986160 is #679E9F. Grayscale: #717171. Windows color (decimal): -6790816 or 6316440. OLE color: 6316440.

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

Color convert

RGB1529796-
CMYK00.360.370.40
HSL1.07º22.58%48.63%-
HSV(B)1.07º36.84%59.61%-
XYZ19.3316.0713.15-
YUV113.33118.22155.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=44.06%
G=28.12%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152979600.360.370.401.0722.5848.63
Hex986160024252811731
Octal230141140044455012761
Binary10011000110000111000000100100100101101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986160; }

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

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

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

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

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

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

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

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