#6D441B

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

Shades of Antique Brass #6D441B

Tints of Antique Brass #6D441B

Color information

#6D441B (or 0x6D441B) is unknown color: approx Antique Brass. HEX triplet: 6D, 44 and 1B. RGB value is (109,68,27). Sum of RGB (Red+Green+Blue) = 109+68+27=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D441B is #92BBE4. Grayscale: #4B4B4B. Windows color (decimal): -9616357 or 1786989. OLE color: 1786989.

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

Color convert

RGB1096827-
CMYK00.380.750.57
HSL30º60.29%26.67%-
HSV(B)30º75.23%42.75%-
XYZ8.577.462.03-
YUV75.59100.58151.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.43%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=53.43%
G=33.33%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109682700.380.750.573060.2926.67
Hex6D441B0264B391e3c1b
Octal1551043304611371367433
Binary1101101100010011011010011010010111110011111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,27); }

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

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

 a { background-color: rgb(109,68,27); }

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

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

 span { border-color: rgb(109,68,27); }

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