#6E4419

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

Shades of Antique Brass #6E4419

Tints of Antique Brass #6E4419

Color information

#6E4419 (or 0x6E4419) is unknown color: approx Antique Brass. HEX triplet: 6E, 44 and 19. RGB value is (110,68,25). Sum of RGB (Red+Green+Blue) = 110+68+25=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4419 is #91BBE6. Grayscale: #4B4B4B. Windows color (decimal): -9550823 or 1655918. OLE color: 1655918.

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

Color convert

RGB1106825-
CMYK00.380.770.57
HSL30.35º62.96%26.47%-
HSV(B)30.35º77.27%43.14%-
XYZ8.677.521.91-
YUV75.6699.41152.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.19%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=54.19%
G=33.50%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110682500.380.770.5730.3562.9626.47
Hex6E44190264D391e3f1a
Octal1561043104611571367732
Binary1101110100010011001010011010011011110011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,68,25); }

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

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

 a { background-color: rgb(110,68,25); }

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

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

 span { border-color: rgb(110,68,25); }

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