#654035

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

Shades of Metallic Copper #654035

Tints of Metallic Copper #654035

Color information

#654035 (or 0x654035) is unknown color: approx Metallic Copper. HEX triplet: 65, 40 and 35. RGB value is (101,64,53). Sum of RGB (Red+Green+Blue) = 101+64+53=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #654035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654035 is #9ABFCA. Grayscale: #494949. Windows color (decimal): -10141643 or 3489893. OLE color: 3489893.

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

Color convert

RGB1016453-
CMYK00.370.480.60
HSL13.75º31.17%30.2%-
HSV(B)13.75º47.52%39.61%-
XYZ7.846.694.25-
YUV73.81116.26147.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=46.33%
G=29.36%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101645300.370.480.6013.7531.1730.2
Hex654035025303Ce1f1e
Octal145100650456074163736
Binary11001011000000110101010010111000011110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654035; }

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

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

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

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

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

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

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

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