#965851

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

Shades of Copper Rust #965851

Tints of Copper Rust #965851

Color information

#965851 (or 0x965851) is unknown color: approx Copper Rust. HEX triplet: 96, 58 and 51. RGB value is (150,88,81). Sum of RGB (Red+Green+Blue) = 150+88+81=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965851 is #69A7AE. Grayscale: #696969. Windows color (decimal): -6924207 or 5331094. OLE color: 5331094.

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

Color convert

RGB1508881-
CMYK00.410.460.41
HSL6.09º29.87%45.29%-
HSV(B)6.09º46%58.82%-
XYZ17.5514.069.57-
YUV105.74114.04159.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=47.02%
G=27.59%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150888100.410.460.416.0929.8745.29
Hex9658510292E2961e2d
Octal226130121051565163655
Binary1001011010110001010001010100110111010100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965851; }

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

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

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

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

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

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

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

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