#965553

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

Shades of Copper Rust #965553

Tints of Copper Rust #965553

Color information

#965553 (or 0x965553) is unknown color: approx Copper Rust. HEX triplet: 96, 55 and 53. RGB value is (150,85,83). Sum of RGB (Red+Green+Blue) = 150+85+83=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965553 is #69AAAC. Grayscale: #686868. Windows color (decimal): -6924973 or 5461398. OLE color: 5461398.

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

Color convert

RGB1508583-
CMYK00.430.450.41
HSL1.79º28.76%45.69%-
HSV(B)1.79º44.67%58.82%-
XYZ17.3913.619.89-
YUV104.21116.03160.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 83 (32.81% from 255) = 26.10%
R=47.17%
G=26.73%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150858300.430.450.411.7928.7645.69
Hex96555302B2D2921d2e
Octal226125123053555123556
Binary100101101010101101001101010111011011010011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965553; }

 p { color: rgb(150,85,83); }

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

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

 a { background-color: rgb(150,85,83); }

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

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

 span { border-color: rgb(150,85,83); }

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