Html Css Color HEX #6D411D Antique Brass

📋 copy color: '#6D411D'

red 109 ◦ green 65 ◦ blue 29

#6D411D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #6D411D

Tints of Antique Brass #6D411D

RGB

 RED value IS 109 (42.97% from 255) = 53.69%

 GREEN value IS 65 (25.78% from 255) = 32.02%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 53.69%
G = 32.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D411D (or 0x6D411D) is known color: Antique Brass. HEX triplet: 6D, 41 and 1D. RGB value is (109,65,29). Sum of RGB (Red+Green+Blue) = 109+65+29=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D411D is #92BEE2. Grayscale: #4A4A4A. Windows color (decimal): -9617123 or 1917293. OLE color: 1917293.

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

Color convert

RGB 109 65 29 -
CMYK 0 0.40 0.73 0.57
HSL 27º 0.58% 0.27% -
HSV(B) 27º 0.73% 0.43% -
XYZ 8.42 7.12 2.09 -
YUV 74.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 109 65 29 0 0.40 0.73 0.57 27 0.58 0.27
Hex 6D 41 1D 0 28 49 39 1B 3A 1B
Octal 155 101 35 0 50 111 71 33 72 33
Binary 1101101 1000001 11101 0 101000 1001001 111001 11011 111010 11011

Color Harmonies of #6D411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D411D

Black with #6D411D

Text Example


Text Example

White with #6D411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,29); }

 H1.HeaderClassName
 {
   color: #6D411D;
 }
 .AnyTagClassName
 {
   color: #6D411D;
 }
</style>

background-color css

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

 a { background-color: rgb(109,65,29); }

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

border-color css

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

 span { border-color: rgb(109,65,29); }

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