#6C413B

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

Shades of Metallic Copper #6C413B

Tints of Metallic Copper #6C413B

Color information

#6C413B (or 0x6C413B) is unknown color: approx Metallic Copper. HEX triplet: 6C, 41 and 3B. RGB value is (108,65,59). Sum of RGB (Red+Green+Blue) = 108+65+59=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C413B is #93BEC4. Grayscale: #4D4D4D. Windows color (decimal): -9682629 or 3883372. OLE color: 3883372.

HSL color Cylindrical-coordinate representation of color #6C413B: hue angle of 7.35º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C413B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1086559-
CMYK00.400.450.58
HSL7.35º29.34%32.75%-
HSV(B)7.35º45.37%42.35%-
XYZ8.867.285.08-
YUV77.17117.75149.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=46.55%
G=28.02%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108655900.400.450.587.3529.3432.75
Hex6C413B0282D3A71d21
Octal15410173050557273541
Binary11011001000001111011010100010110111101011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C413B; }

 p { color: rgb(108,65,59); }

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

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

 a { background-color: rgb(108,65,59); }

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

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

 span { border-color: rgb(108,65,59); }

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