#96514B

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

Shades of Copper Rust #96514B

Tints of Copper Rust #96514B

Color information

#96514B (or 0x96514B) is unknown color: approx Copper Rust. HEX triplet: 96, 51 and 4B. RGB value is (150,81,75). Sum of RGB (Red+Green+Blue) = 150+81+75=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96514B is #69AEB4. Grayscale: #656565. Windows color (decimal): -6926005 or 4936086. OLE color: 4936086.

HSL color Cylindrical-coordinate representation of color #96514B: hue angle of 4.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96514B is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1508175-
CMYK00.460.50.41
HSL4.8º33.33%44.12%-
HSV(B)4.8º50%58.82%-
XYZ16.7912.888.26-
YUV100.95113.36162.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=49.02%
G=26.47%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150817500.460.50.414.833.3344.12
Hex96514B02E32295212c
Octal226121113056625154154
Binary10010110101000110010110101110110010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96514B; }

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

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

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

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

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

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

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

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