#965854

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

Shades of Copper Rust #965854

Tints of Copper Rust #965854

Color information

#965854 (or 0x965854) is unknown color: approx Copper Rust. HEX triplet: 96, 58 and 54. RGB value is (150,88,84). Sum of RGB (Red+Green+Blue) = 150+88+84=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #965854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965854 is #69A7AB. Grayscale: #6A6A6A. Windows color (decimal): -6924204 or 5527702. OLE color: 5527702.

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

Color convert

RGB1508884-
CMYK00.410.440.41
HSL3.64º28.21%45.88%-
HSV(B)3.64º44%58.82%-
XYZ17.6714.110.18-
YUV106.08115.54159.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=46.58%
G=27.33%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150888400.410.440.413.6428.2145.88
Hex9658540292C2941c2e
Octal226130124051545143456
Binary1001011010110001010100010100110110010100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965854; }

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

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

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

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

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

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

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

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