#6D433E

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

Shades of Metallic Copper #6D433E

Tints of Metallic Copper #6D433E

Color information

#6D433E (or 0x6D433E) is unknown color: approx Metallic Copper. HEX triplet: 6D, 43 and 3E. RGB value is (109,67,62). Sum of RGB (Red+Green+Blue) = 109+67+62=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D433E is #92BCC1. Grayscale: #4F4F4F. Windows color (decimal): -9616578 or 4080493. OLE color: 4080493.

HSL color Cylindrical-coordinate representation of color #6D433E: hue angle of 6.38º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D433E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB1096762-
CMYK00.390.430.57
HSL6.38º27.49%33.53%-
HSV(B)6.38º43.12%42.75%-
XYZ9.187.615.54-
YUV78.99118.41149.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 67 (26.56% from 255) = 28.15%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=45.80%
G=28.15%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109676200.390.430.576.3827.4933.53
Hex6D433E0272B3961b22
Octal15510376047537163342
Binary11011011000011111110010011110101111100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,67,62); }

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

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

 a { background-color: rgb(109,67,62); }

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

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

 span { border-color: rgb(109,67,62); }

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