#6D4A23

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

Shades of Antique Brass #6D4A23

Tints of Antique Brass #6D4A23

Color information

#6D4A23 (or 0x6D4A23) is unknown color: approx Antique Brass. HEX triplet: 6D, 4A and 23. RGB value is (109,74,35). Sum of RGB (Red+Green+Blue) = 109+74+35=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A23 is #92B5DC. Grayscale: #505050. Windows color (decimal): -9614813 or 2312813. OLE color: 2312813.

HSL color Cylindrical-coordinate representation of color #6D4A23: hue angle of 31.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4A23 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB1097435-
CMYK00.320.680.57
HSL31.62º51.39%28.24%-
HSV(B)31.62º67.89%42.75%-
XYZ9.068.272.71-
YUV80.02102.6148.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=50%
G=33.94%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109743500.320.680.5731.6251.3928.24
Hex6D4A23020443920331c
Octal1551124304010471406334
Binary110110110010101000110100000100010011100110000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,35); }

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

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

 a { background-color: rgb(109,74,35); }

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

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

 span { border-color: rgb(109,74,35); }

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