Html Css Color HEX #6D4D21 Antique Brass

📋 copy color: '#6D4D21'

red 109 ◦ green 77 ◦ blue 33

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

Shades of Antique Brass #6D4D21

Tints of Antique Brass #6D4D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 49.77%
G = 35.16%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D4D21 (or 0x6D4D21) is known color: Antique Brass. HEX triplet: 6D, 4D and 21. RGB value is (109,77,33). Sum of RGB (Red+Green+Blue) = 109+77+33=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D21 is #92B2DE. Grayscale: #515151. Windows color (decimal): -9614047 or 2182509. OLE color: 2182509.

HSL color Cylindrical-coordinate representation of color #6D4D21: hue angle of 34.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4D21 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 77 33 -
CMYK 0 0.29 0.70 0.57
HSL 34.74º 0.54% 0.28% -
HSV(B) 34.74º 0.7% 0.43% -
XYZ 9.24 8.67 2.63 -
YUV 81.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 109 77 33 0 0.29 0.70 0.57 34.74 0.54 0.28
Hex 6D 4D 21 0 1D 46 39 23 36 1C
Octal 155 115 41 0 35 106 71 43 66 34
Binary 1101101 1001101 100001 0 11101 1000110 111001 100011 110110 11100

Color Harmonies of #6D4D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D21

Black with #6D4D21

Text Example


Text Example

White with #6D4D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,33); }

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

background-color css

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

 a { background-color: rgb(109,77,33); }

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

border-color css

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

 span { border-color: rgb(109,77,33); }

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