#986B6B

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

Shades of Copper Rose #986B6B

Tints of Copper Rose #986B6B

Color information

#986B6B (or 0x986B6B) is unknown color: approx Copper Rose. HEX triplet: 98, 6B and 6B. RGB value is (152,107,107). Sum of RGB (Red+Green+Blue) = 152+107+107=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B6B is #679494. Grayscale: #787878. Windows color (decimal): -6788245 or 7039896. OLE color: 7039896.

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

Color convert

RGB152107107-
CMYK00.300.300.40
HSL17.93%50.78%-
HSV(B)29.61%59.61%-
XYZ20.8618.2516.33-
YUV120.46120.41150.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=41.53%
G=29.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210710700.300.300.40017.9350.78
Hex986B6B01E1E2801233
Octal230153153036365002263
Binary100110001101011110101101111011110101000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,107); }

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

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

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

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

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

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

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