#945650

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

Shades of Copper Rust #945650

Tints of Copper Rust #945650

Color information

#945650 (or 0x945650) is unknown color: approx Copper Rust. HEX triplet: 94, 56 and 50. RGB value is (148,86,80). Sum of RGB (Red+Green+Blue) = 148+86+80=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #945650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945650 is #6BA9AF. Grayscale: #676767. Windows color (decimal): -7055792 or 5265044. OLE color: 5265044.

HSL color Cylindrical-coordinate representation of color #945650: hue angle of 5.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945650 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1488680-
CMYK00.420.460.42
HSL5.29º29.82%44.71%-
HSV(B)5.29º45.95%58.04%-
XYZ16.9913.539.31-
YUV103.85114.54159.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=47.13%
G=27.39%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148868000.420.460.425.2929.8244.71
Hex94565002A2E2A51e2d
Octal224126120052565253655
Binary1001010010101101010000010101010111010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945650; }

 p { color: rgb(148,86,80); }

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

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

 a { background-color: rgb(148,86,80); }

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

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

 span { border-color: rgb(148,86,80); }

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