#6D4416

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

Shades of Antique Brass #6D4416

Tints of Antique Brass #6D4416

Color information

#6D4416 (or 0x6D4416) is unknown color: approx Antique Brass. HEX triplet: 6D, 44 and 16. RGB value is (109,68,22). Sum of RGB (Red+Green+Blue) = 109+68+22=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4416 is #92BBE9. Grayscale: #4B4B4B. Windows color (decimal): -9616362 or 1459309. OLE color: 1459309.

HSL color Cylindrical-coordinate representation of color #6D4416: hue angle of 31.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D4416 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB1096822-
CMYK00.380.800.57
HSL31.72º66.41%25.69%-
HSV(B)31.72º79.82%42.75%-
XYZ8.527.441.75-
YUV75.0298.08152.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=54.77%
G=34.17%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109682200.380.800.5731.7266.4125.69
Hex6D4416026503920421a
Octal15510426046120714010232
Binary110110110001001011001001101010000111001100000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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