#6E4621

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

Shades of Antique Brass #6E4621

Tints of Antique Brass #6E4621

Color information

#6E4621 (or 0x6E4621) is unknown color: approx Antique Brass. HEX triplet: 6E, 46 and 21. RGB value is (110,70,33). Sum of RGB (Red+Green+Blue) = 110+70+33=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4621 is #91B9DE. Grayscale: #4D4D4D. Windows color (decimal): -9550303 or 2180718. OLE color: 2180718.

HSL color Cylindrical-coordinate representation of color #6E4621: hue angle of 28.83º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4621 is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.57.

Color convert

RGB1107033-
CMYK00.360.70.57
HSL28.83º53.85%28.04%-
HSV(B)28.83º70%43.14%-
XYZ8.97.812.48-
YUV77.74102.75151.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=51.64%
G=32.86%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.7
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110703300.360.70.5728.8353.8528.04
Hex6E462102446391d361c
Octal1561064104410671356634
Binary11011101000110100001010010010001101110011110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,33); }

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

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

 a { background-color: rgb(110,70,33); }

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

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

 span { border-color: rgb(110,70,33); }

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