#986765

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

Shades of Copper Rose #986765

Tints of Copper Rose #986765

Color information

#986765 (or 0x986765) is unknown color: approx Copper Rose. HEX triplet: 98, 67 and 65. RGB value is (152,103,101). Sum of RGB (Red+Green+Blue) = 152+103+101=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986765 is #67989A. Grayscale: #757575. Windows color (decimal): -6789275 or 6645656. OLE color: 6645656.

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

Color convert

RGB152103101-
CMYK00.320.340.40
HSL2.35º20.16%49.61%-
HSV(B)2.35º33.55%59.61%-
XYZ20.1517.3214.59-
YUV117.42118.73152.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=42.70%
G=28.93%
B=28.37%

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
Decimal15210310100.320.340.402.3520.1649.61
Hex986765020222821432
Octal230147145040425022462
Binary100110001100111110010101000001000101010001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986765; }

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

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

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

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

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

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

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

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