#6D411A

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

Shades of Antique Brass #6D411A

Tints of Antique Brass #6D411A

Color information

#6D411A (or 0x6D411A) is unknown color: approx Antique Brass. HEX triplet: 6D, 41 and 1A. RGB value is (109,65,26). Sum of RGB (Red+Green+Blue) = 109+65+26=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D411A is #92BEE5. Grayscale: #494949. Windows color (decimal): -9617126 or 1720685. OLE color: 1720685.

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

Color convert

RGB1096526-
CMYK00.400.760.57
HSL28.19º61.48%26.47%-
HSV(B)28.19º76.15%42.75%-
XYZ8.387.111.91-
YUV73.71101.08153.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 26 (10.55% from 255) = 13%
R=54.5%
G=32.5%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109652600.400.760.5728.1961.4826.47
Hex6D411A0284C391c3d1a
Octal1551013205011471347532
Binary1101101100000111010010100010011001110011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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