#96584E

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

Shades of Copper Rust #96584E

Tints of Copper Rust #96584E

Color information

#96584E (or 0x96584E) is unknown color: approx Copper Rust. HEX triplet: 96, 58 and 4E. RGB value is (150,88,78). Sum of RGB (Red+Green+Blue) = 150+88+78=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96584E is #69A7B1. Grayscale: #696969. Windows color (decimal): -6924210 or 5134486. OLE color: 5134486.

HSL color Cylindrical-coordinate representation of color #96584E: hue angle of 8.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96584E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1508878-
CMYK00.410.480.41
HSL8.33º31.58%44.71%-
HSV(B)8.33º48%58.82%-
XYZ17.4414.018.99-
YUV105.4112.54159.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=47.47%
G=27.85%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150887800.410.480.418.3331.5844.71
Hex96584E02930298202d
Octal2261301160516051104055
Binary100101101011000100111001010011100001010011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96584E; }

 p { color: rgb(150,88,78); }

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

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

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

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

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

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

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