#6D481F

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

Shades of Antique Brass #6D481F

Tints of Antique Brass #6D481F

Color information

#6D481F (or 0x6D481F) is unknown color: approx Antique Brass. HEX triplet: 6D, 48 and 1F. RGB value is (109,72,31). Sum of RGB (Red+Green+Blue) = 109+72+31=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D481F is #92B7E0. Grayscale: #4E4E4E. Windows color (decimal): -9615329 or 2050157. OLE color: 2050157.

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

Color convert

RGB1097231-
CMYK00.340.720.57
HSL31.54º55.71%27.45%-
HSV(B)31.54º71.56%42.75%-
XYZ8.877.982.37-
YUV78.39101.26149.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.42%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=51.42%
G=33.96%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109723100.340.720.5731.5455.7127.45
Hex6D481F022483920381b
Octal1551103704211071407033
Binary11011011001000111110100010100100011100110000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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