#6D451F

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

Shades of Antique Brass #6D451F

Tints of Antique Brass #6D451F

Color information

#6D451F (or 0x6D451F) is unknown color: approx Antique Brass. HEX triplet: 6D, 45 and 1F. RGB value is (109,69,31). Sum of RGB (Red+Green+Blue) = 109+69+31=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D451F is #92BAE0. Grayscale: #4C4C4C. Windows color (decimal): -9616097 or 2049389. OLE color: 2049389.

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

Color convert

RGB1096931-
CMYK00.370.720.57
HSL29.23º55.71%27.45%-
HSV(B)29.23º71.56%42.75%-
XYZ8.687.612.31-
YUV76.63102.25151.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.15%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=52.15%
G=33.01%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109693100.370.720.5729.2355.7127.45
Hex6D451F02548391d381b
Octal1551053704511071357033
Binary1101101100010111111010010110010001110011110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,31); }

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

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

 a { background-color: rgb(109,69,31); }

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

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

 span { border-color: rgb(109,69,31); }

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