#955650

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

Shades of Copper Rust #955650

Tints of Copper Rust #955650

Color information

#955650 (or 0x955650) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 50. RGB value is (149,86,80). Sum of RGB (Red+Green+Blue) = 149+86+80=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955650 is #6AA9AF. Grayscale: #686868. Windows color (decimal): -6990256 or 5265045. OLE color: 5265045.

HSL color Cylindrical-coordinate representation of color #955650: hue angle of 5.22º 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 #955650 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1498680-
CMYK00.420.460.42
HSL5.22º30.13%44.9%-
HSV(B)5.22º46.31%58.43%-
XYZ17.1713.629.31-
YUV104.15114.37159.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=47.30%
G=27.30%
B=25.40%

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
Decimal149868000.420.460.425.2230.1344.9
Hex95565002A2E2A51e2d
Octal225126120052565253655
Binary1001010110101101010000010101010111010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955650; }

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

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

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

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

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

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

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

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