#965251

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

Shades of Copper Rust #965251

Tints of Copper Rust #965251

Color information

#965251 (or 0x965251) is unknown color: approx Copper Rust. HEX triplet: 96, 52 and 51. RGB value is (150,82,81). Sum of RGB (Red+Green+Blue) = 150+82+81=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965251 is #69ADAE. Grayscale: #666666. Windows color (decimal): -6925743 or 5329558. OLE color: 5329558.

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

Color convert

RGB1508281-
CMYK00.450.460.41
HSL0.87º29.87%45.29%-
HSV(B)0.87º46%58.82%-
XYZ17.0813.119.42-
YUV102.22116.03162.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=47.92%
G=26.20%
B=25.88%

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
Decimal150828100.450.460.410.8729.8745.29
Hex96525102D2E2911e2d
Octal226122121055565113655
Binary10010110101001010100010101101101110101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965251; }

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

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

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

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

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

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

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

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