Html Css Color HEX #6D411C Antique Brass

📋 copy color: '#6D411C'

red 109 ◦ green 65 ◦ blue 28

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

Shades of Antique Brass #6D411C

Tints of Antique Brass #6D411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 53.96%
G = 32.18%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D411C (or 0x6D411C) is known color: Antique Brass. HEX triplet: 6D, 41 and 1C. RGB value is (109,65,28). Sum of RGB (Red+Green+Blue) = 109+65+28=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D411C is #92BEE3. Grayscale: #4A4A4A. Windows color (decimal): -9617124 or 1851757. OLE color: 1851757.

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

Color convert

RGB 109 65 28 -
CMYK 0 0.40 0.74 0.57
HSL 27.41º 0.59% 0.27% -
HSV(B) 27.41º 0.74% 0.43% -
XYZ 8.41 7.12 2.03 -
YUV 73.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 109 65 28 0 0.40 0.74 0.57 27.41 0.59 0.27
Hex 6D 41 1C 0 28 4A 39 1B 3B 1B
Octal 155 101 34 0 50 112 71 33 73 33
Binary 1101101 1000001 11100 0 101000 1001010 111001 11011 111011 11011

Color Harmonies of #6D411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D411C

Black with #6D411C

Text Example


Text Example

White with #6D411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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