#6E4218

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

Shades of Antique Brass #6E4218

Tints of Antique Brass #6E4218

Color information

#6E4218 (or 0x6E4218) is unknown color: approx Antique Brass. HEX triplet: 6E, 42 and 18. RGB value is (110,66,24). Sum of RGB (Red+Green+Blue) = 110+66+24=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4218 is #91BDE7. Grayscale: #4A4A4A. Windows color (decimal): -9551336 or 1589870. OLE color: 1589870.

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

Color convert

RGB1106624-
CMYK00.40.780.57
HSL29.3º64.18%26.27%-
HSV(B)29.3º78.18%43.14%-
XYZ8.547.281.82-
YUV74.3799.58153.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 24 (9.77% from 255) = 12%
R=55%
G=33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110662400.40.780.5729.364.1826.27
Hex6E42180284E391d401a
Octal15610230050116713510032
Binary11011101000010110000101000100111011100111101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,24); }

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

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

 a { background-color: rgb(110,66,24); }

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

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

 span { border-color: rgb(110,66,24); }

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