#6E4118

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

Shades of Antique Brass #6E4118

Tints of Antique Brass #6E4118

Color information

#6E4118 (or 0x6E4118) is unknown color: approx Antique Brass. HEX triplet: 6E, 41 and 18. RGB value is (110,65,24). Sum of RGB (Red+Green+Blue) = 110+65+24=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4118 is #91BEE7. Grayscale: #494949. Windows color (decimal): -9551592 or 1589614. OLE color: 1589614.

HSL color Cylindrical-coordinate representation of color #6E4118: hue angle of 28.6º 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 #6E4118 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB1106524-
CMYK00.410.780.57
HSL28.6º64.18%26.27%-
HSV(B)28.6º78.18%43.14%-
XYZ8.497.161.8-
YUV73.7899.91153.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.28%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 24 (9.77% from 255) = 12.06%
R=55.28%
G=32.66%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110652400.410.780.5728.664.1826.27
Hex6E41180294E391d401a
Octal15610130051116713510032
Binary11011101000001110000101001100111011100111101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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