#653F39

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

Shades of Metallic Copper #653F39

Tints of Metallic Copper #653F39

Color information

#653F39 (or 0x653F39) is unknown color: approx Metallic Copper. HEX triplet: 65, 3F and 39. RGB value is (101,63,57). Sum of RGB (Red+Green+Blue) = 101+63+57=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F39 is #9AC0C6. Grayscale: #494949. Windows color (decimal): -10141895 or 3751781. OLE color: 3751781.

HSL color Cylindrical-coordinate representation of color #653F39: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653F39 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1016357-
CMYK00.380.440.60
HSL8.18º27.85%30.98%-
HSV(B)8.18º43.56%39.61%-
XYZ7.886.624.73-
YUV73.68118.59147.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=45.70%
G=28.51%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101635700.380.440.608.1827.8530.98
Hex653F390262C3C81c1f
Octal14577710465474103437
Binary1100101111111111001010011010110011110010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F39; }

 p { color: rgb(101,63,57); }

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

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

 a { background-color: rgb(101,63,57); }

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

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

 span { border-color: rgb(101,63,57); }

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