Html Css Color HEX #6D4518 Antique Brass

📋 copy color: '#6D4518'

red 109 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #6D4518

Tints of Antique Brass #6D4518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.16%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 53.96%
G = 34.16%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D4518 (or 0x6D4518) is known color: Antique Brass. HEX triplet: 6D, 45 and 18. RGB value is (109,69,24). Sum of RGB (Red+Green+Blue) = 109+69+24=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D4518 is #92BAE7. Grayscale: #4C4C4C. Windows color (decimal): -9616104 or 1590637. OLE color: 1590637.

HSL color Cylindrical-coordinate representation of color #6D4518: hue angle of 31.76º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D4518 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 69 24 -
CMYK 0 0.37 0.78 0.57
HSL 31.76º 0.64% 0.26% -
HSV(B) 31.76º 0.78% 0.43% -
XYZ 8.6 7.57 1.87 -
YUV 75.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 109 69 24 0 0.37 0.78 0.57 31.76 0.64 0.26
Hex 6D 45 18 0 25 4E 39 20 40 1A
Octal 155 105 30 0 45 116 71 40 100 32
Binary 1101101 1000101 11000 0 100101 1001110 111001 100000 1000000 11010

Color Harmonies of #6D4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4518

Black with #6D4518

Text Example


Text Example

White with #6D4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,24); }

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

background-color css

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

 a { background-color: rgb(109,69,24); }

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

border-color css

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

 span { border-color: rgb(109,69,24); }

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