#6A4E1D

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

Shades of Antique Brass #6A4E1D

Tints of Antique Brass #6A4E1D

Color information

#6A4E1D (or 0x6A4E1D) is unknown color: approx Antique Brass. HEX triplet: 6A, 4E and 1D. RGB value is (106,78,29). Sum of RGB (Red+Green+Blue) = 106+78+29=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E1D is #95B1E2. Grayscale: #515151. Windows color (decimal): -9810403 or 1920618. OLE color: 1920618.

HSL color Cylindrical-coordinate representation of color #6A4E1D: hue angle of 38.18º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A4E1D is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1067829-
CMYK00.260.730.58
HSL38.18º57.04%26.47%-
HSV(B)38.18º72.64%41.57%-
XYZ8.898.62.35-
YUV80.7998.78145.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=49.77%
G=36.62%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106782900.260.730.5838.1857.0426.47
Hex6A4E1D01A493A26391a
Octal1521163503211172467132
Binary1101010100111011101011010100100111101010011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,29); }

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

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

 a { background-color: rgb(106,78,29); }

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

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

 span { border-color: rgb(106,78,29); }

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