Html Css Color HEX #6D4F1D Antique Brass

📋 copy color: '#6D4F1D'

red 109 ◦ green 79 ◦ blue 29

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

Shades of Antique Brass #6D4F1D

Tints of Antique Brass #6D4F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

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

R = 50.23%
G = 36.41%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D4F1D (or 0x6D4F1D) is known color: Antique Brass. HEX triplet: 6D, 4F and 1D. RGB value is (109,79,29). Sum of RGB (Red+Green+Blue) = 109+79+29=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F1D is #92B0E2. Grayscale: #525252. Windows color (decimal): -9613539 or 1920877. OLE color: 1920877.

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

Color convert

RGB 109 79 29 -
CMYK 0 0.28 0.73 0.57
HSL 37.5º 0.58% 0.27% -
HSV(B) 37.5º 0.73% 0.43% -
XYZ 9.32 8.93 2.39 -
YUV 82.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 109 79 29 0 0.28 0.73 0.57 37.5 0.58 0.27
Hex 6D 4F 1D 0 1C 49 39 26 3A 1B
Octal 155 117 35 0 34 111 71 46 72 33
Binary 1101101 1001111 11101 0 11100 1001001 111001 100110 111010 11011

Color Harmonies of #6D4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F1D

Black with #6D4F1D

Text Example


Text Example

White with #6D4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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