Html Css Color HEX #6D471C Antique Brass

📋 copy color: '#6D471C'

red 109 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #6D471C

Tints of Antique Brass #6D471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

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

R = 52.4%
G = 34.13%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D471C (or 0x6D471C) is known color: Antique Brass. HEX triplet: 6D, 47 and 1C. RGB value is (109,71,28). Sum of RGB (Red+Green+Blue) = 109+71+28=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D471C is #92B8E3. Grayscale: #4D4D4D. Windows color (decimal): -9615588 or 1853293. OLE color: 1853293.

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

Color convert

RGB 109 71 28 -
CMYK 0 0.35 0.74 0.57
HSL 31.85º 0.59% 0.27% -
HSV(B) 31.85º 0.74% 0.43% -
XYZ 8.77 7.84 2.15 -
YUV 77.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 109 71 28 0 0.35 0.74 0.57 31.85 0.59 0.27
Hex 6D 47 1C 0 23 4A 39 20 3B 1B
Octal 155 107 34 0 43 112 71 40 73 33
Binary 1101101 1000111 11100 0 100011 1001010 111001 100000 111011 11011

Color Harmonies of #6D471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D471C

Black with #6D471C

Text Example


Text Example

White with #6D471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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