#966965

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

Shades of Copper Rose #966965

Tints of Copper Rose #966965

Color information

#966965 (or 0x966965) is unknown color: approx Copper Rose. HEX triplet: 96, 69 and 65. RGB value is (150,105,101). Sum of RGB (Red+Green+Blue) = 150+105+101=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #966965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966965 is #69969A. Grayscale: #767676. Windows color (decimal): -6919835 or 6646166. OLE color: 6646166.

HSL color Cylindrical-coordinate representation of color #966965: hue angle of 4.9º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966965 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB150105101-
CMYK00.300.330.41
HSL4.9º19.52%49.22%-
HSV(B)4.9º32.67%58.82%-
XYZ19.9817.5314.64-
YUV118118.41150.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=42.13%
G=29.49%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010510100.300.330.414.919.5249.22
Hex96696501E212951431
Octal226151145036415152461
Binary100101101101001110010101111010000110100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966965; }

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

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

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

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

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

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

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

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