#653D35

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

Shades of Metallic Copper #653D35

Tints of Metallic Copper #653D35

Color information

#653D35 (or 0x653D35) is unknown color: approx Metallic Copper. HEX triplet: 65, 3D and 35. RGB value is (101,61,53). Sum of RGB (Red+Green+Blue) = 101+61+53=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #653D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D35 is #9AC2CA. Grayscale: #484848. Windows color (decimal): -10142411 or 3489125. OLE color: 3489125.

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

Color convert

RGB1016153-
CMYK00.400.480.60
HSL10º31.17%30.2%-
HSV(B)10º47.52%39.61%-
XYZ7.686.364.19-
YUV72.05117.25148.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 61 (24.22% from 255) = 28.37%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=46.98%
G=28.37%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101615300.400.480.601031.1730.2
Hex653D35028303Ca1f1e
Octal14575650506074123736
Binary1100101111101110101010100011000011110010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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