#6D441F

Color #6D441F Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #6D441F

Tints of Antique Brass #6D441F

Color information

#6D441F (or 0x6D441F) is unknown color: approx Antique Brass. HEX triplet: 6D, 44 and 1F. RGB value is (109,68,31). Sum of RGB (Red+Green+Blue) = 109+68+31=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D441F is #92BBE0. Grayscale: #4C4C4C. Windows color (decimal): -9616353 or 2049133. OLE color: 2049133.

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

Color convert

RGB1096831-
CMYK00.380.720.57
HSL28.46º55.71%27.45%-
HSV(B)28.46º71.56%42.75%-
XYZ8.627.482.29-
YUV76.04102.58151.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=52.40%
G=32.69%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109683100.380.720.5728.4655.7127.45
Hex6D441F02648391c381b
Octal1551043704611071347033
Binary1101101100010011111010011010010001110011110011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,31); }

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

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

 a { background-color: rgb(109,68,31); }

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

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

 span { border-color: rgb(109,68,31); }

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