#986F6D

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

Shades of Copper Rose #986F6D

Tints of Copper Rose #986F6D

Color information

#986F6D (or 0x986F6D) is unknown color: approx Copper Rose. HEX triplet: 98, 6F and 6D. RGB value is (152,111,109). Sum of RGB (Red+Green+Blue) = 152+111+109=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F6D is #679092. Grayscale: #7B7B7B. Windows color (decimal): -6787219 or 7171992. OLE color: 7171992.

HSL color Cylindrical-coordinate representation of color #986F6D: hue angle of 2.79º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986F6D is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152111109-
CMYK00.270.280.40
HSL2.79º17.27%51.18%-
HSV(B)2.79º28.29%59.61%-
XYZ21.3919.1517.04-
YUV123.03120.08148.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=40.86%
G=29.84%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211110900.270.280.402.7917.2751.18
Hex986F6D01B1C2831133
Octal230157155033345032163
Binary1001100011011111101101011011111001010001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986F6D; }

 p { color: rgb(152,111,109); }

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

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

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

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

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

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

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