#6A4D1C

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

Shades of Antique Brass #6A4D1C

Tints of Antique Brass #6A4D1C

Color information

#6A4D1C (or 0x6A4D1C) is unknown color: approx Antique Brass. HEX triplet: 6A, 4D and 1C. RGB value is (106,77,28). Sum of RGB (Red+Green+Blue) = 106+77+28=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4D1C is #95B2E3. Grayscale: #505050. Windows color (decimal): -9810660 or 1854826. OLE color: 1854826.

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

Color convert

RGB1067728-
CMYK00.270.740.58
HSL37.69º58.21%26.27%-
HSV(B)37.69º73.58%41.57%-
XYZ8.818.462.27-
YUV80.0998.61146.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.24%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=50.24%
G=36.49%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106772800.270.740.5837.6958.2126.27
Hex6A4D1C01B4A3A263a1a
Octal1521153403311272467232
Binary1101010100110111100011011100101011101010011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,28); }

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

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

 a { background-color: rgb(106,77,28); }

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

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

 span { border-color: rgb(106,77,28); }

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