#986764

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

Shades of Copper Rose #986764

Tints of Copper Rose #986764

Color information

#986764 (or 0x986764) is unknown color: approx Copper Rose. HEX triplet: 98, 67 and 64. RGB value is (152,103,100). Sum of RGB (Red+Green+Blue) = 152+103+100=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986764 is #67989B. Grayscale: #757575. Windows color (decimal): -6789276 or 6580120. OLE color: 6580120.

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

Color convert

RGB152103100-
CMYK00.320.340.40
HSL3.46º20.63%49.41%-
HSV(B)3.46º34.21%59.61%-
XYZ20.117.314.34-
YUV117.31118.23152.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=42.82%
G=29.01%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210310000.320.340.403.4620.6349.41
Hex986764020222831531
Octal230147144040425032561
Binary100110001100111110010001000001000101010001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986764; }

 p { color: rgb(152,103,100); }

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

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

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

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

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

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

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