#995654

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

Shades of Copper Rust #995654

Tints of Copper Rust #995654

Color information

#995654 (or 0x995654) is unknown color: approx Copper Rust. HEX triplet: 99, 56 and 54. RGB value is (153,86,84). Sum of RGB (Red+Green+Blue) = 153+86+84=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995654 is #66A9AB. Grayscale: #696969. Windows color (decimal): -6728108 or 5527193. OLE color: 5527193.

HSL color Cylindrical-coordinate representation of color #995654: hue angle of 1.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995654 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB1538684-
CMYK00.440.450.4
HSL1.74º29.11%46.47%-
HSV(B)1.74º45.1%60%-
XYZ18.0614.0710.15-
YUV105.8115.7161.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=47.37%
G=26.63%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153868400.440.450.41.7429.1146.47
Hex99565402C2D2821d2e
Octal231126124054555023556
Binary100110011010110101010001011001011011010001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995654; }

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

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

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

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

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

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

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

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