#955654

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

Shades of Copper Rust #955654

Tints of Copper Rust #955654

Color information

#955654 (or 0x955654) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 54. RGB value is (149,86,84). Sum of RGB (Red+Green+Blue) = 149+86+84=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955654 is #6AA9AB. Grayscale: #686868. Windows color (decimal): -6990252 or 5527189. OLE color: 5527189.

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

Color convert

RGB1498684-
CMYK00.420.440.42
HSL1.85º27.9%45.69%-
HSV(B)1.85º43.62%58.43%-
XYZ17.3213.6910.12-
YUV104.61116.37159.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=46.71%
G=26.96%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149868400.420.440.421.8527.945.69
Hex95565402A2C2A21c2e
Octal225126124052545223456
Binary100101011010110101010001010101011001010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955654; }

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

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

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

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

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

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

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

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