#6D491C

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

Shades of Antique Brass #6D491C

Tints of Antique Brass #6D491C

Color information

#6D491C (or 0x6D491C) is unknown color: approx Antique Brass. HEX triplet: 6D, 49 and 1C. RGB value is (109,73,28). Sum of RGB (Red+Green+Blue) = 109+73+28=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D491C is #92B6E3. Grayscale: #4E4E4E. Windows color (decimal): -9615076 or 1853805. OLE color: 1853805.

HSL color Cylindrical-coordinate representation of color #6D491C: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D491C is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1097328-
CMYK00.330.740.57
HSL33.33º59.12%26.86%-
HSV(B)33.33º74.31%42.75%-
XYZ8.98.12.19-
YUV78.6399.43149.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=51.90%
G=34.76%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109732800.330.740.5733.3359.1226.86
Hex6D491C0214A39213b1b
Octal1551113404111271417333
Binary11011011001001111000100001100101011100110000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,28); }

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

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

 a { background-color: rgb(109,73,28); }

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

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

 span { border-color: rgb(109,73,28); }

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