#653831

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

Shades of Metallic Copper #653831

Tints of Metallic Copper #653831

Color information

#653831 (or 0x653831) is unknown color: approx Metallic Copper. HEX triplet: 65, 38 and 31. RGB value is (101,56,49). Sum of RGB (Red+Green+Blue) = 101+56+49=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #653831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653831 is #9AC7CE. Grayscale: #444444. Windows color (decimal): -10143695 or 3225701. OLE color: 3225701.

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

Color convert

RGB1015649-
CMYK00.450.510.60
HSL8.08º34.67%29.41%-
HSV(B)8.08º51.49%39.61%-
XYZ7.345.823.64-
YUV68.66116.91151.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=49.03%
G=27.18%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101564900.450.510.608.0834.6729.41
Hex65383102D333C8231d
Octal14570610556374104335
Binary11001011110001100010101101110011111100100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653831; }

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

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

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

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

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

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

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

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