#986965

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

Shades of Copper Rose #986965

Tints of Copper Rose #986965

Color information

#986965 (or 0x986965) is unknown color: approx Copper Rose. HEX triplet: 98, 69 and 65. RGB value is (152,105,101). Sum of RGB (Red+Green+Blue) = 152+105+101=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986965 is #67969A. Grayscale: #767676. Windows color (decimal): -6788763 or 6646168. OLE color: 6646168.

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

Color convert

RGB152105101-
CMYK00.310.340.40
HSL4.71º20.16%49.61%-
HSV(B)4.71º33.55%59.61%-
XYZ20.3517.7214.66-
YUV118.6118.07151.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=42.46%
G=29.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210510100.310.340.404.7120.1649.61
Hex98696501F222851432
Octal230151145037425052462
Binary100110001101001110010101111110001010100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986965; }

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

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

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

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

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

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

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

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