#965A51

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

Shades of Copper Rust #965A51

Tints of Copper Rust #965A51

Color information

#965A51 (or 0x965A51) is unknown color: approx Copper Rust. HEX triplet: 96, 5A and 51. RGB value is (150,90,81). Sum of RGB (Red+Green+Blue) = 150+90+81=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A51 is #69A5AE. Grayscale: #6B6B6B. Windows color (decimal): -6923695 or 5331606. OLE color: 5331606.

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

Color convert

RGB1509081-
CMYK00.40.460.41
HSL7.83º29.87%45.29%-
HSV(B)7.83º46%58.82%-
XYZ17.7214.399.63-
YUV106.91113.38158.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=46.73%
G=28.04%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150908100.40.460.417.8329.8745.29
Hex965A510282E2981e2d
Octal2261321210505651103655
Binary10010110101101010100010101000101110101001100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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