#6D4015

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

Shades of Antique Brass #6D4015

Tints of Antique Brass #6D4015

Color information

#6D4015 (or 0x6D4015) is unknown color: approx Antique Brass. HEX triplet: 6D, 40 and 15. RGB value is (109,64,21). Sum of RGB (Red+Green+Blue) = 109+64+21=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4015 is #92BFEA. Grayscale: #484848. Windows color (decimal): -9617387 or 1392749. OLE color: 1392749.

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

Color convert

RGB1096421-
CMYK00.410.810.57
HSL29.32º67.69%25.49%-
HSV(B)29.32º80.73%42.75%-
XYZ8.286.971.62-
YUV72.5598.91154-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 21 (8.59% from 255) = 10.82%
R=56.19%
G=32.99%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109642100.410.810.5729.3267.6925.49
Hex6D401502951391d4419
Octal15510025051121713510431
Binary11011011000000101010101001101000111100111101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,21); }

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

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

 a { background-color: rgb(109,64,21); }

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

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

 span { border-color: rgb(109,64,21); }

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