#965D51

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

Shades of Copper Rust #965D51

Tints of Copper Rust #965D51

Color information

#965D51 (or 0x965D51) is unknown color: approx Copper Rust. HEX triplet: 96, 5D and 51. RGB value is (150,93,81). Sum of RGB (Red+Green+Blue) = 150+93+81=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965D51 is #69A2AE. Grayscale: #6C6C6C. Windows color (decimal): -6922927 or 5332374. OLE color: 5332374.

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

Color convert

RGB1509381-
CMYK00.380.460.41
HSL10.43º29.87%45.29%-
HSV(B)10.43º46%58.82%-
XYZ17.9814.919.71-
YUV108.68112.38157.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 81 (32.03% from 255) = 25%
R=46.30%
G=28.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150938100.380.460.4110.4329.8745.29
Hex965D510262E29a1e2d
Octal2261351210465651123655
Binary10010110101110110100010100110101110101001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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