Html Css Color HEX #6D491D Antique Brass

📋 copy color: '#6D491D'

red 109 ◦ green 73 ◦ blue 29

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

Shades of Antique Brass #6D491D

Tints of Antique Brass #6D491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 51.66%
G = 34.6%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D491D (or 0x6D491D) is known color: Antique Brass. HEX triplet: 6D, 49 and 1D. RGB value is (109,73,29). Sum of RGB (Red+Green+Blue) = 109+73+29=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D491D is #92B6E2. Grayscale: #4E4E4E. Windows color (decimal): -9615075 or 1919341. OLE color: 1919341.

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

Color convert

RGB 109 73 29 -
CMYK 0 0.33 0.73 0.57
HSL 33º 0.58% 0.27% -
HSV(B) 33º 0.73% 0.43% -
XYZ 8.91 8.11 2.26 -
YUV 78.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 109 73 29 0 0.33 0.73 0.57 33 0.58 0.27
Hex 6D 49 1D 0 21 49 39 21 3A 1B
Octal 155 111 35 0 41 111 71 41 72 33
Binary 1101101 1001001 11101 0 100001 1001001 111001 100001 111010 11011

Color Harmonies of #6D491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D491D

Black with #6D491D

Text Example


Text Example

White with #6D491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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