#96564F

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

Shades of Copper Rust #96564F

Tints of Copper Rust #96564F

Color information

#96564F (or 0x96564F) is unknown color: approx Copper Rust. HEX triplet: 96, 56 and 4F. RGB value is (150,86,79). Sum of RGB (Red+Green+Blue) = 150+86+79=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96564F is #69A9B0. Grayscale: #686868. Windows color (decimal): -6924721 or 5199510. OLE color: 5199510.

HSL color Cylindrical-coordinate representation of color #96564F: hue angle of 5.92º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96564F is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1508679-
CMYK00.430.470.41
HSL5.92º31%44.9%-
HSV(B)5.92º47.33%58.82%-
XYZ17.3213.79.13-
YUV104.34113.7160.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=47.62%
G=27.30%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150867900.430.470.415.923144.9
Hex96564F02B2F2961f2d
Octal226126117053575163755
Binary1001011010101101001111010101110111110100111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96564F; }

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

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

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

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

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

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

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

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