Html Css Color HEX #6D401C Antique Brass

📋 copy color: '#6D401C'

red 109 ◦ green 64 ◦ blue 28

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

Shades of Antique Brass #6D401C

Tints of Antique Brass #6D401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 54.23%
G = 31.84%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D401C (or 0x6D401C) is known color: Antique Brass. HEX triplet: 6D, 40 and 1C. RGB value is (109,64,28). Sum of RGB (Red+Green+Blue) = 109+64+28=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D401C is #92BFE3. Grayscale: #494949. Windows color (decimal): -9617380 or 1851501. OLE color: 1851501.

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

Color convert

RGB 109 64 28 -
CMYK 0 0.41 0.74 0.57
HSL 26.67º 0.59% 0.27% -
HSV(B) 26.67º 0.74% 0.43% -
XYZ 8.35 7 2.01 -
YUV 73.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 109 64 28 0 0.41 0.74 0.57 26.67 0.59 0.27
Hex 6D 40 1C 0 29 4A 39 1B 3B 1B
Octal 155 100 34 0 51 112 71 33 73 33
Binary 1101101 1000000 11100 0 101001 1001010 111001 11011 111011 11011

Color Harmonies of #6D401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D401C

Black with #6D401C

Text Example


Text Example

White with #6D401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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