#654037

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

Shades of Metallic Copper #654037

Tints of Metallic Copper #654037

Color information

#654037 (or 0x654037) is unknown color: approx Metallic Copper. HEX triplet: 65, 40 and 37. RGB value is (101,64,55). Sum of RGB (Red+Green+Blue) = 101+64+55=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654037 is #9ABFC8. Grayscale: #4A4A4A. Windows color (decimal): -10141641 or 3620965. OLE color: 3620965.

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

Color convert

RGB1016455-
CMYK00.370.460.60
HSL11.74º29.49%30.59%-
HSV(B)11.74º45.54%39.61%-
XYZ7.896.714.49-
YUV74.04117.26147.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 55 (21.88% from 255) = 25%
R=45.91%
G=29.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101645500.370.460.6011.7429.4930.59
Hex6540370252E3Cc1d1f
Octal145100670455674143537
Binary11001011000000110111010010110111011110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654037; }

 p { color: rgb(101,64,55); }

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

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

 a { background-color: rgb(101,64,55); }

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

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

 span { border-color: rgb(101,64,55); }

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