#6C403B

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

Shades of Metallic Copper #6C403B

Tints of Metallic Copper #6C403B

Color information

#6C403B (or 0x6C403B) is unknown color: approx Metallic Copper. HEX triplet: 6C, 40 and 3B. RGB value is (108,64,59). Sum of RGB (Red+Green+Blue) = 108+64+59=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C403B is #93BFC4. Grayscale: #4C4C4C. Windows color (decimal): -9682885 or 3883116. OLE color: 3883116.

HSL color Cylindrical-coordinate representation of color #6C403B: hue angle of 6.12º 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 #6C403B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1086459-
CMYK00.410.450.58
HSL6.12º29.34%32.75%-
HSV(B)6.12º45.37%42.35%-
XYZ8.817.175.06-
YUV76.59118.08150.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.75%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=46.75%
G=27.71%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108645900.410.450.586.1229.3432.75
Hex6C403B0292D3A61d21
Octal15410073051557263541
Binary11011001000000111011010100110110111101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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