#965653

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

Shades of Copper Rust #965653

Tints of Copper Rust #965653

Color information

#965653 (or 0x965653) is unknown color: approx Copper Rust. HEX triplet: 96, 56 and 53. RGB value is (150,86,83). Sum of RGB (Red+Green+Blue) = 150+86+83=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965653 is #69A9AC. Grayscale: #686868. Windows color (decimal): -6924717 or 5461654. OLE color: 5461654.

HSL color Cylindrical-coordinate representation of color #965653: hue angle of 2.69º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965653 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1508683-
CMYK00.430.450.41
HSL2.69º28.76%45.69%-
HSV(B)2.69º44.67%58.82%-
XYZ17.4713.769.92-
YUV104.79115.7160.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=47.02%
G=26.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150868300.430.450.412.6928.7645.69
Hex96565302B2D2931d2e
Octal226126123053555133556
Binary100101101010110101001101010111011011010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965653; }

 p { color: rgb(150,86,83); }

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

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

 a { background-color: rgb(150,86,83); }

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

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

 span { border-color: rgb(150,86,83); }

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