#986E6D

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

Shades of Copper Rose #986E6D

Tints of Copper Rose #986E6D

Color information

#986E6D (or 0x986E6D) is unknown color: approx Copper Rose. HEX triplet: 98, 6E and 6D. RGB value is (152,110,109). Sum of RGB (Red+Green+Blue) = 152+110+109=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E6D is #679192. Grayscale: #7A7A7A. Windows color (decimal): -6787475 or 7171736. OLE color: 7171736.

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

Color convert

RGB152110109-
CMYK00.280.280.40
HSL1.4º17.27%51.18%-
HSV(B)1.4º28.29%59.61%-
XYZ21.2918.9317-
YUV122.44120.41149.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=40.97%
G=29.65%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211010900.280.280.401.417.2751.18
Hex986E6D01C1C2811133
Octal230156155034345012163
Binary100110001101110110110101110011100101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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