#986A68

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

Shades of Copper Rose #986A68

Tints of Copper Rose #986A68

Color information

#986A68 (or 0x986A68) is unknown color: approx Copper Rose. HEX triplet: 98, 6A and 68. RGB value is (152,106,104). Sum of RGB (Red+Green+Blue) = 152+106+104=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #986A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A68 is #679597. Grayscale: #777777. Windows color (decimal): -6788504 or 6843032. OLE color: 6843032.

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

Color convert

RGB152106104-
CMYK00.300.320.40
HSL2.5º18.9%50.2%-
HSV(B)2.5º31.58%59.61%-
XYZ20.617.9815.48-
YUV119.53119.24151.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=41.99%
G=29.28%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210610400.300.320.402.518.950.2
Hex986A6801E202831332
Octal230152150036405032362
Binary10011000110101011010000111101000001010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,104); }

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

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

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

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

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

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

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