#965551

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

Shades of Copper Rust #965551

Tints of Copper Rust #965551

Color information

#965551 (or 0x965551) is unknown color: approx Copper Rust. HEX triplet: 96, 55 and 51. RGB value is (150,85,81). Sum of RGB (Red+Green+Blue) = 150+85+81=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965551 is #69AAAE. Grayscale: #686868. Windows color (decimal): -6924975 or 5330326. OLE color: 5330326.

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

Color convert

RGB1508581-
CMYK00.430.460.41
HSL3.48º29.87%45.29%-
HSV(B)3.48º46%58.82%-
XYZ17.3113.589.49-
YUV103.98115.03160.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=47.47%
G=26.90%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150858100.430.460.413.4829.8745.29
Hex96555102B2E2931e2d
Octal226125121053565133655
Binary100101101010101101000101010111011101010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965551; }

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

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

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

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

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

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

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

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