#653B32

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

Shades of Metallic Copper #653B32

Tints of Metallic Copper #653B32

Color information

#653B32 (or 0x653B32) is unknown color: approx Metallic Copper. HEX triplet: 65, 3B and 32. RGB value is (101,59,50). Sum of RGB (Red+Green+Blue) = 101+59+50=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #653B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B32 is #9AC4CD. Grayscale: #464646. Windows color (decimal): -10142926 or 3292005. OLE color: 3292005.

HSL color Cylindrical-coordinate representation of color #653B32: hue angle of 10.59º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653B32 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1015950-
CMYK00.420.500.60
HSL10.59º33.77%29.61%-
HSV(B)10.59º50.5%39.61%-
XYZ7.516.123.8-
YUV70.53116.41149.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=48.10%
G=28.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101595000.420.500.6010.5933.7729.61
Hex653B3202A323Cb221e
Octal14573620526274134236
Binary11001011110111100100101010110010111100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,59,50); }

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

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

 a { background-color: rgb(101,59,50); }

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

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

 span { border-color: rgb(101,59,50); }

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