#965351

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

Shades of Copper Rust #965351

Tints of Copper Rust #965351

Color information

#965351 (or 0x965351) is unknown color: approx Copper Rust. HEX triplet: 96, 53 and 51. RGB value is (150,83,81). Sum of RGB (Red+Green+Blue) = 150+83+81=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965351 is #69ACAE. Grayscale: #666666. Windows color (decimal): -6925487 or 5329814. OLE color: 5329814.

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

Color convert

RGB1508381-
CMYK00.450.460.41
HSL1.74º29.87%45.29%-
HSV(B)1.74º46%58.82%-
XYZ17.1613.269.44-
YUV102.8115.7161.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=47.77%
G=26.43%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150838100.450.460.411.7429.8745.29
Hex96535102D2E2921e2d
Octal226123121055565123655
Binary100101101010011101000101011011011101010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965351; }

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

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

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

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

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

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

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

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