#965151

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

Shades of Copper Rust #965151

Tints of Copper Rust #965151

Color information

#965151 (or 0x965151) is unknown color: approx Copper Rust. HEX triplet: 96, 51 and 51. RGB value is (150,81,81). Sum of RGB (Red+Green+Blue) = 150+81+81=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965151 is #69AEAE. Grayscale: #656565. Windows color (decimal): -6925999 or 5329302. OLE color: 5329302.

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

Color convert

RGB1508181-
CMYK00.460.460.41
HSL29.87%45.29%-
HSV(B)46%58.82%-
XYZ17.0112.969.39-
YUV101.63116.36162.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 81 (32.03% from 255) = 25.96%
R=48.08%
G=25.96%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150818100.460.460.41029.8745.29
Hex96515102E2E2901e2d
Octal226121121056565103655
Binary10010110101000110100010101110101110101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965151; }

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

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

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

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

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

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

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

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