#965B55

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

Shades of Copper Rust #965B55

Tints of Copper Rust #965B55

Color information

#965B55 (or 0x965B55) is unknown color: approx Copper Rust. HEX triplet: 96, 5B and 55. RGB value is (150,91,85). Sum of RGB (Red+Green+Blue) = 150+91+85=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #965B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B55 is #69A4AA. Grayscale: #6C6C6C. Windows color (decimal): -6923435 or 5594006. OLE color: 5594006.

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

Color convert

RGB1509185-
CMYK00.390.430.41
HSL5.54º27.66%46.08%-
HSV(B)5.54º43.33%58.82%-
XYZ17.9614.6210.47-
YUV107.96115.05157.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=46.01%
G=27.91%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150918500.390.430.415.5427.6646.08
Hex965B550272B2961c2e
Octal226133125047535163456
Binary1001011010110111010101010011110101110100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B55; }

 p { color: rgb(150,91,85); }

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

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

 a { background-color: rgb(150,91,85); }

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

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

 span { border-color: rgb(150,91,85); }

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