#6D4119

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

Shades of Antique Brass #6D4119

Tints of Antique Brass #6D4119

Color information

#6D4119 (or 0x6D4119) is unknown color: approx Antique Brass. HEX triplet: 6D, 41 and 19. RGB value is (109,65,25). Sum of RGB (Red+Green+Blue) = 109+65+25=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4119 is #92BEE6. Grayscale: #494949. Windows color (decimal): -9617127 or 1655149. OLE color: 1655149.

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

Color convert

RGB1096525-
CMYK00.400.770.57
HSL28.57º62.69%26.27%-
HSV(B)28.57º77.06%42.75%-
XYZ8.377.11.85-
YUV73.6100.58153.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=54.77%
G=32.66%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109652500.400.770.5728.5762.6926.27
Hex6D41190284D391d3f1a
Octal1551013105011571357732
Binary1101101100000111001010100010011011110011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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