#653D38

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

Shades of Metallic Copper #653D38

Tints of Metallic Copper #653D38

Color information

#653D38 (or 0x653D38) is unknown color: approx Metallic Copper. HEX triplet: 65, 3D and 38. RGB value is (101,61,56). Sum of RGB (Red+Green+Blue) = 101+61+56=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #653D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D38 is #9AC2C7. Grayscale: #484848. Windows color (decimal): -10142408 or 3685733. OLE color: 3685733.

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

Color convert

RGB1016156-
CMYK00.400.450.60
HSL6.67º28.66%30.78%-
HSV(B)6.67º44.55%39.61%-
XYZ7.756.394.57-
YUV72.39118.75148.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=46.33%
G=27.98%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101615600.400.450.606.6728.6630.78
Hex653D380282D3C71d1f
Octal1457570050557473537
Binary110010111110111100001010001011011111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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