#965849

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

Shades of Copper Rust #965849

Tints of Copper Rust #965849

Color information

#965849 (or 0x965849) is unknown color: approx Copper Rust. HEX triplet: 96, 58 and 49. RGB value is (150,88,73). Sum of RGB (Red+Green+Blue) = 150+88+73=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #965849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965849 is #69A7B6. Grayscale: #686868. Windows color (decimal): -6924215 or 4806806. OLE color: 4806806.

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

Color convert

RGB1508873-
CMYK00.410.510.41
HSL11.69º34.53%43.73%-
HSV(B)11.69º51.33%58.82%-
XYZ17.2713.948.08-
YUV104.83110.04160.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=48.23%
G=28.30%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150887300.410.510.4111.6934.5343.73
Hex9658490293329c232c
Octal2261301110516351144354
Binary100101101011000100100101010011100111010011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965849; }

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

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

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

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

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

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

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

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