Html Css Color HEX #6D461D Antique Brass

📋 copy color: '#6D461D'

red 109 ◦ green 70 ◦ blue 29

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

Shades of Antique Brass #6D461D

Tints of Antique Brass #6D461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

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

R = 52.4%
G = 33.65%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D461D (or 0x6D461D) is known color: Antique Brass. HEX triplet: 6D, 46 and 1D. RGB value is (109,70,29). Sum of RGB (Red+Green+Blue) = 109+70+29=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D461D is #92B9E2. Grayscale: #4D4D4D. Windows color (decimal): -9615843 or 1918573. OLE color: 1918573.

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

Color convert

RGB 109 70 29 -
CMYK 0 0.36 0.73 0.57
HSL 30.75º 0.58% 0.27% -
HSV(B) 30.75º 0.73% 0.43% -
XYZ 8.72 7.72 2.19 -
YUV 76.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 109 70 29 0 0.36 0.73 0.57 30.75 0.58 0.27
Hex 6D 46 1D 0 24 49 39 1F 3A 1B
Octal 155 106 35 0 44 111 71 37 72 33
Binary 1101101 1000110 11101 0 100100 1001001 111001 11111 111010 11011

Color Harmonies of #6D461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D461D

Black with #6D461D

Text Example


Text Example

White with #6D461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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