#965648

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

Shades of Copper Rust #965648

Tints of Copper Rust #965648

Color information

#965648 (or 0x965648) is unknown color: approx Copper Rust. HEX triplet: 96, 56 and 48. RGB value is (150,86,72). Sum of RGB (Red+Green+Blue) = 150+86+72=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #965648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965648 is #69A9B7. Grayscale: #676767. Windows color (decimal): -6924728 or 4740758. OLE color: 4740758.

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

Color convert

RGB1508672-
CMYK00.430.520.41
HSL10.77º35.14%43.53%-
HSV(B)10.77º52%58.82%-
XYZ17.0813.617.86-
YUV103.54110.2161.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=48.70%
G=27.92%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150867200.430.520.4110.7735.1443.53
Hex96564802B3429b232c
Octal2261261100536451134354
Binary100101101010110100100001010111101001010011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965648; }

 p { color: rgb(150,86,72); }

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

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

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

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

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

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

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