Html Css Color HEX #6D4A1D Antique Brass

📋 copy color: '#6D4A1D'

red 109 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #6D4A1D

Tints of Antique Brass #6D4A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.91%

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

R = 51.42%
G = 34.91%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D4A1D (or 0x6D4A1D) is known color: Antique Brass. HEX triplet: 6D, 4A and 1D. RGB value is (109,74,29). Sum of RGB (Red+Green+Blue) = 109+74+29=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A1D is #92B5E2. Grayscale: #4F4F4F. Windows color (decimal): -9614819 or 1919597. OLE color: 1919597.

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

Color convert

RGB 109 74 29 -
CMYK 0 0.32 0.73 0.57
HSL 33.75º 0.58% 0.27% -
HSV(B) 33.75º 0.73% 0.43% -
XYZ 8.98 8.24 2.28 -
YUV 79.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 109 74 29 0 0.32 0.73 0.57 33.75 0.58 0.27
Hex 6D 4A 1D 0 20 49 39 22 3A 1B
Octal 155 112 35 0 40 111 71 42 72 33
Binary 1101101 1001010 11101 0 100000 1001001 111001 100010 111010 11011

Color Harmonies of #6D4A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A1D

Black with #6D4A1D

Text Example


Text Example

White with #6D4A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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