#6D411B

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

Shades of Antique Brass #6D411B

Tints of Antique Brass #6D411B

Color information

#6D411B (or 0x6D411B) is unknown color: approx Antique Brass. HEX triplet: 6D, 41 and 1B. RGB value is (109,65,27). Sum of RGB (Red+Green+Blue) = 109+65+27=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D411B is #92BEE4. Grayscale: #4A4A4A. Windows color (decimal): -9617125 or 1786221. OLE color: 1786221.

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

Color convert

RGB1096527-
CMYK00.400.750.57
HSL27.8º60.29%26.67%-
HSV(B)27.8º75.23%42.75%-
XYZ8.397.111.97-
YUV73.82101.58153.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=54.23%
G=32.34%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109652700.400.750.5727.860.2926.67
Hex6D411B0284B391c3c1b
Octal1551013305011371347433
Binary1101101100000111011010100010010111110011110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,65,27); }

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

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

 a { background-color: rgb(109,65,27); }

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

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

 span { border-color: rgb(109,65,27); }

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