#6D3E12

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

Shades of Antique Brass #6D3E12

Tints of Antique Brass #6D3E12

Color information

#6D3E12 (or 0x6D3E12) is unknown color: approx Antique Brass. HEX triplet: 6D, 3E and 12. RGB value is (109,62,18). Sum of RGB (Red+Green+Blue) = 109+62+18=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3E12 is #92C1ED. Grayscale: #474747. Windows color (decimal): -9617902 or 1195629. OLE color: 1195629.

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

Color convert

RGB1096218-
CMYK00.430.830.57
HSL29.01º71.65%24.9%-
HSV(B)29.01º83.49%42.75%-
XYZ8.146.741.44-
YUV71.0498.07155.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.67%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=57.67%
G=32.80%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109621800.430.830.5729.0171.6524.9
Hex6D3E1202B53391d4819
Octal1557622053123713511031
Binary1101101111110100100101011101001111100111101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,62,18); }

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

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

 a { background-color: rgb(109,62,18); }

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

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

 span { border-color: rgb(109,62,18); }

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