#995B4F

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

Shades of Copper Rust #995B4F

Tints of Copper Rust #995B4F

Color information

#995B4F (or 0x995B4F) is unknown color: approx Copper Rust. HEX triplet: 99, 5B and 4F. RGB value is (153,91,79). Sum of RGB (Red+Green+Blue) = 153+91+79=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B4F is #66A4B0. Grayscale: #6C6C6C. Windows color (decimal): -6726833 or 5200793. OLE color: 5200793.

HSL color Cylindrical-coordinate representation of color #995B4F: hue angle of 9.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995B4F is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1539179-
CMYK00.410.480.4
HSL9.73º31.9%45.49%-
HSV(B)9.73º48.37%60%-
XYZ18.2914.829.29-
YUV108.17111.54159.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=47.37%
G=28.17%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153917900.410.480.49.7331.945.49
Hex995B4F0293028a202d
Octal2311331170516050124055
Binary100110011011011100111101010011100001010001010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B4F; }

 p { color: rgb(153,91,79); }

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

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

 a { background-color: rgb(153,91,79); }

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

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

 span { border-color: rgb(153,91,79); }

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