#6D431C

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

Shades of Antique Brass #6D431C

Tints of Antique Brass #6D431C

Color information

#6D431C (or 0x6D431C) is unknown color: approx Antique Brass. HEX triplet: 6D, 43 and 1C. RGB value is (109,67,28). Sum of RGB (Red+Green+Blue) = 109+67+28=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D431C is #92BCE3. Grayscale: #4B4B4B. Windows color (decimal): -9616612 or 1852269. OLE color: 1852269.

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

Color convert

RGB1096728-
CMYK00.390.740.57
HSL28.89º59.12%26.86%-
HSV(B)28.89º74.31%42.75%-
XYZ8.527.352.07-
YUV75.11101.41152.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.43%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=53.43%
G=32.84%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109672800.390.740.5728.8959.1226.86
Hex6D431C0274A391d3b1b
Octal1551033404711271357333
Binary1101101100001111100010011110010101110011110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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