Html Css Color HEX #6D4D1C Antique Brass

📋 copy color: '#6D4D1C'

red 109 ◦ green 77 ◦ blue 28

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

Shades of Antique Brass #6D4D1C

Tints of Antique Brass #6D4D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

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

R = 50.93%
G = 35.98%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D4D1C (or 0x6D4D1C) is known color: Antique Brass. HEX triplet: 6D, 4D and 1C. RGB value is (109,77,28). Sum of RGB (Red+Green+Blue) = 109+77+28=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D1C is #92B2E3. Grayscale: #515151. Windows color (decimal): -9614052 or 1854829. OLE color: 1854829.

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

Color convert

RGB 109 77 28 -
CMYK 0 0.29 0.74 0.57
HSL 36.3º 0.59% 0.27% -
HSV(B) 36.3º 0.74% 0.43% -
XYZ 9.17 8.64 2.28 -
YUV 80.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 109 77 28 0 0.29 0.74 0.57 36.3 0.59 0.27
Hex 6D 4D 1C 0 1D 4A 39 24 3B 1B
Octal 155 115 34 0 35 112 71 44 73 33
Binary 1101101 1001101 11100 0 11101 1001010 111001 100100 111011 11011

Color Harmonies of #6D4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D1C

Black with #6D4D1C

Text Example


Text Example

White with #6D4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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