#6E4215

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

Shades of Antique Brass #6E4215

Tints of Antique Brass #6E4215

Color information

#6E4215 (or 0x6E4215) is unknown color: approx Antique Brass. HEX triplet: 6E, 42 and 15. RGB value is (110,66,21). Sum of RGB (Red+Green+Blue) = 110+66+21=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4215 is #91BDEA. Grayscale: #4A4A4A. Windows color (decimal): -9551339 or 1393262. OLE color: 1393262.

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

Color convert

RGB1106621-
CMYK00.40.810.57
HSL30.34º67.94%25.69%-
HSV(B)30.34º80.91%43.14%-
XYZ8.517.271.66-
YUV74.0398.08153.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 21 (8.59% from 255) = 10.66%
R=55.84%
G=33.50%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110662100.40.810.5730.3467.9425.69
Hex6E421502851391e441a
Octal15610225050121713610432
Binary11011101000010101010101000101000111100111110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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