#955655

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

Shades of Copper Rust #955655

Tints of Copper Rust #955655

Color information

#955655 (or 0x955655) is unknown color: approx Copper Rust. HEX triplet: 95, 56 and 55. RGB value is (149,86,85). Sum of RGB (Red+Green+Blue) = 149+86+85=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955655 is #6AA9AA. Grayscale: #686868. Windows color (decimal): -6990251 or 5592725. OLE color: 5592725.

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

Color convert

RGB1498685-
CMYK00.420.430.42
HSL0.94º27.35%45.88%-
HSV(B)0.94º42.95%58.43%-
XYZ17.3613.710.32-
YUV104.72116.87159.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=46.56%
G=26.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149868500.420.430.420.9427.3545.88
Hex95565502A2B2A11b2e
Octal225126125052535213356
Binary10010101101011010101010101010101011101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955655; }

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

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

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

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

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

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

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

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