#653F35

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

Shades of Metallic Copper #653F35

Tints of Metallic Copper #653F35

Color information

#653F35 (or 0x653F35) is unknown color: approx Metallic Copper. HEX triplet: 65, 3F and 35. RGB value is (101,63,53). Sum of RGB (Red+Green+Blue) = 101+63+53=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #653F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F35 is #9AC0CA. Grayscale: #494949. Windows color (decimal): -10141899 or 3489637. OLE color: 3489637.

HSL color Cylindrical-coordinate representation of color #653F35: hue angle of 12.5º 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 #653F35 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1016353-
CMYK00.380.480.60
HSL12.5º31.17%30.2%-
HSV(B)12.5º47.52%39.61%-
XYZ7.796.584.23-
YUV73.22116.59147.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=46.54%
G=29.03%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101635300.380.480.6012.531.1730.2
Hex653F35026303Cc1f1e
Octal14577650466074143736
Binary1100101111111110101010011011000011110011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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