#965A55

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

Shades of Copper Rust #965A55

Tints of Copper Rust #965A55

Color information

#965A55 (or 0x965A55) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 55. RGB value is (150,90,85). Sum of RGB (Red+Green+Blue) = 150+90+85=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #965A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A55 is #69A5AA. Grayscale: #6B6B6B. Windows color (decimal): -6923691 or 5593750. OLE color: 5593750.

HSL color Cylindrical-coordinate representation of color #965A55: hue angle of 4.62º 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 #965A55 is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB1509085-
CMYK00.40.430.41
HSL4.62º27.66%46.08%-
HSV(B)4.62º43.33%58.82%-
XYZ17.8714.4510.44-
YUV107.37115.38158.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 85 (33.59% from 255) = 26.15%
R=46.15%
G=27.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150908500.40.430.414.6227.6646.08
Hex965A550282B2951c2e
Octal226132125050535153456
Binary1001011010110101010101010100010101110100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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